Skip to content

Commit a1b4468

Browse files
Added 3.6.9 release announcement
1 parent b3a8d68 commit a1b4468

File tree

1 file changed

+51
-0
lines changed

1 file changed

+51
-0
lines changed

_posts/2025-05-13-3.6.9-released.md

Lines changed: 51 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: 3.6.9 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.6.9 includes enhancements, performance and documentation.
9+
10+
To update to the latest RubyGems you can run:
11+
12+
gem update --system
13+
14+
To install RubyGems by hand see the [Download RubyGems][download] page.
15+
16+
17+
_## Enhancements:_
18+
19+
* Add mtime to Gem::Package::TarWriter#add_file argument. Pull request
20+
[#8673](https://github.com/rubygems/rubygems/pull/8673) by unasuke
21+
* Print webauthn authentication link as a separate line to make it easier
22+
to visit. Pull request
23+
[#8663](https://github.com/rubygems/rubygems/pull/8663) by mperham
24+
* Remove shellwords autoload. Pull request
25+
[#8644](https://github.com/rubygems/rubygems/pull/8644) by
26+
deivid-rodriguez
27+
* Installs bundler 2.6.9 as a default gem.
28+
29+
_## Performance:_
30+
31+
* Avoid unnecessary splat allocation. Pull request
32+
[#8640](https://github.com/rubygems/rubygems/pull/8640) by jeremyevans
33+
34+
_## Documentation:_
35+
36+
* Fix typo in Changelog for 3.6.0 / 2024-12-16. Pull request
37+
[#8638](https://github.com/rubygems/rubygems/pull/8638) by thatrobotdev
38+
39+
40+
SHA256 Checksums:
41+
42+
* rubygems-3.6.9.tgz
43+
ffdd46c6adbecb9dac561cc003666406efd2ed93ca21b5fcc47062025007209d
44+
* rubygems-3.6.9.zip
45+
e0eb0fac9daa831f779d17b066d84d4484a85f54b5ae55fbf43694057dc7da2f
46+
* rubygems-update-3.6.9.gem
47+
42af98d115989aaf3e30d35f615f24da68a7902f9e642dad969981f446c90873
48+
49+
50+
[download]: https://rubygems.org/pages/download
51+

0 commit comments

Comments
 (0)