Skip to content

Commit

Permalink
Added 3.5.23 release announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Nov 5, 2024
1 parent 780d21c commit 3ada0a5
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions _posts/2024-11-05-3.5.23-released.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
---
title: 3.5.23 Released
layout: post
author: David Rodríguez
author_email: [email protected]
---

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 <nonexistent-gem>` 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

0 comments on commit 3ada0a5

Please sign in to comment.