diff --git a/_posts/2023-11-09-3.4.22-released.md b/_posts/2023-11-09-3.4.22-released.md new file mode 100644 index 0000000..f9787f0 --- /dev/null +++ b/_posts/2023-11-09-3.4.22-released.md @@ -0,0 +1,60 @@ +--- +title: 3.4.22 Released +layout: post +author: David Rodríguez +author_email: deivid.rodriguez@riseup.net +--- + +RubyGems 3.4.22 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:_ + +* Update SPDX license list as of 2023-10-05. Pull request + [#7040](https://github.com/rubygems/rubygems/pull/7040) by + github-actions[bot] +* Remove unnecessary rescue. Pull request + [#7109](https://github.com/rubygems/rubygems/pull/7109) by + deivid-rodriguez +* Installs bundler 2.4.22 as a default gem. + +_## Bug fixes:_ + +* Handle empty array at built-in YAML serializer. Pull request + [#7099](https://github.com/rubygems/rubygems/pull/7099) by hsbt +* Ignore non-tar format `.gem` files during search. Pull request + [#7095](https://github.com/rubygems/rubygems/pull/7095) by dearblue +* Allow explicitly uninstalling multiple versions of same gem. Pull + request [#7063](https://github.com/rubygems/rubygems/pull/7063) by + kstevens715 + +_## Performance:_ + +* Avoid regexp match on every call to `Gem::Platform.local`. Pull request + [#7104](https://github.com/rubygems/rubygems/pull/7104) by segiddins + +_## Documentation:_ + +* Get `Gem::Specification#extensions_dir` documented. Pull request + [#6218](https://github.com/rubygems/rubygems/pull/6218) by + deivid-rodriguez + + +SHA256 Checksums: + +* rubygems-3.4.22.tgz + 803fa77776d11d3d1bb563826616c811124425e0331ad1fd983c4144046a6156 +* rubygems-3.4.22.zip + 12f52292df0572a10c4d882a2c9467babfc2909dab9685939abac2234aa8485a +* rubygems-update-3.4.22.gem + dedab68acfef164f6d29257bb8d01bd6df1430ce4c0c3cf5b198aa211881d849 + + +[download]: https://rubygems.org/pages/download +