-
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
fe1c4e0
commit 89e0fa2
Showing
1 changed file
with
55 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,55 @@ | ||
--- | ||
title: 3.5.7 Released | ||
layout: post | ||
author: David Rodriguez | ||
author_email: [email protected] | ||
--- | ||
|
||
RubyGems 3.5.7 includes enhancements, bug fixes 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:_ | ||
|
||
* Warn on empty or open required_ruby_version specification attribute. | ||
Pull request [#5010](https://github.com/rubygems/rubygems/pull/5010) by | ||
simi | ||
* Control whether YAML aliases are enabled in Gem::SafeYAML.safe_load via | ||
attribute. Pull request | ||
[#7464](https://github.com/rubygems/rubygems/pull/7464) by segiddins | ||
* Update SPDX license list as of 2024-02-08. Pull request | ||
[#7468](https://github.com/rubygems/rubygems/pull/7468) by | ||
github-actions[bot] | ||
* Installs bundler 2.5.7 as a default gem. | ||
|
||
_## Bug fixes:_ | ||
|
||
* Allow prerelease activation (even if requirement is not explicit about | ||
it) when it's the only possibility. Pull request | ||
[#7428](https://github.com/rubygems/rubygems/pull/7428) by kimesf | ||
|
||
_## Documentation:_ | ||
|
||
* Fix a typo. Pull request | ||
[#7505](https://github.com/rubygems/rubygems/pull/7505) by hsbt | ||
* Use https instead of http in documentation links. Pull request | ||
[#7481](https://github.com/rubygems/rubygems/pull/7481) by hsbt | ||
|
||
|
||
SHA256 Checksums: | ||
|
||
* rubygems-3.5.7.tgz | ||
c3d04a204d2f7265fe9a6b43a85d6d227869947741a24d56e51d7136d4629e39 | ||
* rubygems-3.5.7.zip | ||
6f52ef49fd85e3582a98ad26c00949797faf496f25b2f726e419f81fbc180f16 | ||
* rubygems-update-3.5.7.gem | ||
d76a7f0f85b843bf35798fcd851335975ae5473c25b5f6a9bf507f74ae9f7579 | ||
|
||
|
||
[download]: https://rubygems.org/pages/download | ||
|