Skip to content

Commit

Permalink
Added 3.5.7 release announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
deivid-rodriguez committed Mar 22, 2024
1 parent fe1c4e0 commit 89e0fa2
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions _posts/2024-03-22-3.5.7-released.md
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

0 comments on commit 89e0fa2

Please sign in to comment.