-
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
723e11f
commit 2f173d9
Showing
1 changed file
with
62 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,62 @@ | ||
--- | ||
title: 3.5.22 Released | ||
layout: post | ||
author: David Rodríguez | ||
author_email: [email protected] | ||
--- | ||
|
||
RubyGems 3.5.22 includes enhancements and bug fixes. | ||
|
||
To update to the latest RubyGems you can run: | ||
|
||
gem update --system | ||
|
||
To install RubyGems by hand see the [Download RubyGems][download] page. | ||
|
||
|
||
_## Enhancements:_ | ||
|
||
* Prevent `._*` files in packages generated from macOS. Pull request | ||
[#8150](https://github.com/rubygems/rubygems/pull/8150) by | ||
deivid-rodriguez | ||
* Fix `gem pristine etc` resetting gem twice sometimes. Pull request | ||
[#8117](https://github.com/rubygems/rubygems/pull/8117) by | ||
deivid-rodriguez | ||
* Allow `gem pristine` to reset default gems too. Pull request | ||
[#8118](https://github.com/rubygems/rubygems/pull/8118) by | ||
deivid-rodriguez | ||
* Update vendored `uri` and `net-http`. Pull request | ||
[#8112](https://github.com/rubygems/rubygems/pull/8112) by segiddins | ||
* Installs bundler 2.5.22 as a default gem. | ||
|
||
_## Bug fixes:_ | ||
|
||
* Fix `gem contents` for default gems. Pull request | ||
[#8132](https://github.com/rubygems/rubygems/pull/8132) by | ||
deivid-rodriguez | ||
* Fix duplicated specs when they have been previously activated. Pull | ||
request [#8131](https://github.com/rubygems/rubygems/pull/8131) by | ||
deivid-rodriguez | ||
* Fix `gem install` on NFS shares. Pull request | ||
[#8123](https://github.com/rubygems/rubygems/pull/8123) by | ||
deivid-rodriguez | ||
* Fix a `gem install` crash during "done installing" hooks. Pull request | ||
[#8113](https://github.com/rubygems/rubygems/pull/8113) by | ||
deivid-rodriguez | ||
* Fix plugin command loading. Pull request | ||
[#8121](https://github.com/rubygems/rubygems/pull/8121) by | ||
deivid-rodriguez | ||
|
||
|
||
SHA256 Checksums: | ||
|
||
* rubygems-3.5.22.tgz | ||
229c8e393a412e99d6a0fe2a22fb98f7d2e2d79cdbc48e5a8dcca6fa9a356c87 | ||
* rubygems-3.5.22.zip | ||
a002ec5b89333d5f22c98fb8b0ee82a208555f1e2f7ba3c7648d9475b5367dee | ||
* rubygems-update-3.5.22.gem | ||
22223807de23e25a0d1053ef0a86a1bac5c61cbc8376a3f6348e4440b6fb7cf1 | ||
|
||
|
||
[download]: https://rubygems.org/pages/download | ||
|