-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
780d21c
commit 3ada0a5
Showing
1 changed file
with
61 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|