Skip to content

Commit 3ada0a5

Browse files
Added 3.5.23 release announcement
1 parent 780d21c commit 3ada0a5

File tree

1 file changed

+61
-0
lines changed

1 file changed

+61
-0
lines changed

_posts/2024-11-05-3.5.23-released.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: 3.5.23 Released
3+
layout: post
4+
author: David Rodríguez
5+
author_email: deivid.rodriguez@riseup.net
6+
---
7+
8+
RubyGems 3.5.23 includes enhancements, bug fixes, 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+
* Validate user input encoding of `gem` CLI arguments. Pull request
20+
[#6471](https://github.com/rubygems/rubygems/pull/6471) by
21+
deivid-rodriguez
22+
* Fix `gem update --system` leaving old default bundler executables
23+
around. Pull request
24+
[#8172](https://github.com/rubygems/rubygems/pull/8172) by
25+
deivid-rodriguez
26+
* Installs bundler 2.5.23 as a default gem.
27+
28+
_## Bug fixes:_
29+
30+
* Fix commands with 2 MFA requests when webauthn is enabled. Pull request
31+
[#8174](https://github.com/rubygems/rubygems/pull/8174) by
32+
deivid-rodriguez
33+
* Make `--enable-load-relative` binstubs prolog work when Ruby is not
34+
installed in the same directory as the binstub. Pull request
35+
[#7872](https://github.com/rubygems/rubygems/pull/7872) by
36+
deivid-rodriguez
37+
38+
_## Performance:_
39+
40+
* Speed up `gem install <nonexistent-gem>` by finding alternative name
41+
suggestions faster. Pull request
42+
[#8084](https://github.com/rubygems/rubygems/pull/8084) by duckinator
43+
44+
_## Documentation:_
45+
46+
* Add missing comma in documentation. Pull request
47+
[#8152](https://github.com/rubygems/rubygems/pull/8152) by leoarnold
48+
49+
50+
SHA256 Checksums:
51+
52+
* rubygems-3.5.23.tgz
53+
3d277bf0b12ff46834d89b283fc451d130dbe6428d00d7ace4664c449c3ef28c
54+
* rubygems-3.5.23.zip
55+
00eeb2ca33acf008a58937ca98a88acf5166ab9dc0555a5c25cd08427062a6ec
56+
* rubygems-update-3.5.23.gem
57+
366b7a71c9196f3b3d09cf4522c9bac26e6d4a3f0fa2a88a18fa1e33c6fd7c0c
58+
59+
60+
[download]: https://rubygems.org/pages/download
61+

0 commit comments

Comments
 (0)