From 3ada0a587dc8250f3dfa05192d00c1e28291bbf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Tue, 5 Nov 2024 12:24:46 +0100 Subject: [PATCH] Added 3.5.23 release announcement --- _posts/2024-11-05-3.5.23-released.md | 61 ++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 _posts/2024-11-05-3.5.23-released.md diff --git a/_posts/2024-11-05-3.5.23-released.md b/_posts/2024-11-05-3.5.23-released.md new file mode 100644 index 0000000..6e17112 --- /dev/null +++ b/_posts/2024-11-05-3.5.23-released.md @@ -0,0 +1,61 @@ +--- +title: 3.5.23 Released +layout: post +author: David Rodríguez +author_email: deivid.rodriguez@riseup.net +--- + +RubyGems 3.5.23 includes enhancements, bug fixes, performance and documentation. + +To update to the latest RubyGems you can run: + + gem update --system + +To install RubyGems by hand see the [Download RubyGems][download] page. + + +_## Enhancements:_ + +* Validate user input encoding of `gem` CLI arguments. Pull request + [#6471](https://github.com/rubygems/rubygems/pull/6471) by + deivid-rodriguez +* Fix `gem update --system` leaving old default bundler executables + around. Pull request + [#8172](https://github.com/rubygems/rubygems/pull/8172) by + deivid-rodriguez +* Installs bundler 2.5.23 as a default gem. + +_## Bug fixes:_ + +* Fix commands with 2 MFA requests when webauthn is enabled. Pull request + [#8174](https://github.com/rubygems/rubygems/pull/8174) by + deivid-rodriguez +* Make `--enable-load-relative` binstubs prolog work when Ruby is not + installed in the same directory as the binstub. Pull request + [#7872](https://github.com/rubygems/rubygems/pull/7872) by + deivid-rodriguez + +_## Performance:_ + +* Speed up `gem install ` by finding alternative name + suggestions faster. Pull request + [#8084](https://github.com/rubygems/rubygems/pull/8084) by duckinator + +_## Documentation:_ + +* Add missing comma in documentation. Pull request + [#8152](https://github.com/rubygems/rubygems/pull/8152) by leoarnold + + +SHA256 Checksums: + +* rubygems-3.5.23.tgz + 3d277bf0b12ff46834d89b283fc451d130dbe6428d00d7ace4664c449c3ef28c +* rubygems-3.5.23.zip + 00eeb2ca33acf008a58937ca98a88acf5166ab9dc0555a5c25cd08427062a6ec +* rubygems-update-3.5.23.gem + 366b7a71c9196f3b3d09cf4522c9bac26e6d4a3f0fa2a88a18fa1e33c6fd7c0c + + +[download]: https://rubygems.org/pages/download +