Skip to content

Commit

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

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

0 comments on commit e975f47

Please sign in to comment.