-
Notifications
You must be signed in to change notification settings - Fork 32
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
2fb77aa
commit da996e3
Showing
1 changed file
with
53 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,53 @@ | ||
--- | ||
title: 3.5.6 Released | ||
layout: post | ||
author: David Rodriguez | ||
author_email: [email protected] | ||
--- | ||
|
||
RubyGems 3.5.6 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:_ | ||
|
||
* Deep copy requirements in `Gem::Specification` and `Gem::Requirement`. | ||
Pull request [#7439](https://github.com/rubygems/rubygems/pull/7439) by | ||
flavorjones | ||
* Change gem login message to clear up that username can be also used. | ||
Pull request [#7422](https://github.com/rubygems/rubygems/pull/7422) by | ||
VitaliySerov | ||
* Add metadata for rubygems.org. Pull request | ||
[#7435](https://github.com/rubygems/rubygems/pull/7435) by m-nakamura145 | ||
* Improve gem login scope selection. Pull request | ||
[#7342](https://github.com/rubygems/rubygems/pull/7342) by williantenfen | ||
* Vendor uri in RubyGems. Pull request | ||
[#7386](https://github.com/rubygems/rubygems/pull/7386) by | ||
deivid-rodriguez | ||
* Installs bundler 2.5.6 as a default gem. | ||
|
||
_## Bug fixes:_ | ||
|
||
* Skip to load commented out words. Pull request | ||
[#7413](https://github.com/rubygems/rubygems/pull/7413) by hsbt | ||
* Fix rake runtime dependency warning for rake based extension. Pull | ||
request [#7395](https://github.com/rubygems/rubygems/pull/7395) by ntkme | ||
|
||
|
||
SHA256 Checksums: | ||
|
||
* rubygems-3.5.6.tgz | ||
f3fcc0327cee0b7ebbee2ef014a42ba05b4032d7e1834dbcd3165dde700c99c2 | ||
* rubygems-3.5.6.zip | ||
d15265729713654167ea1f4af66cd121abb34cc78b799b062bcd588dfc4798b3 | ||
* rubygems-update-3.5.6.gem | ||
293e8fc50233d77111266d7ec85395e91b354a9e776410964794f055d7b5907d | ||
|
||
|
||
[download]: https://rubygems.org/pages/download | ||
|