RubyGems Navigation menu

Blog

Back to blog posts

3.5.7 Released

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 page.

## Enhancements:

  • Warn on empty or open required_ruby_version specification attribute. Pull request #5010 by simi
  • Control whether YAML aliases are enabled in Gem::SafeYAML.safe_load via attribute. Pull request #7464 by segiddins
  • Update SPDX license list as of 2024-02-08. Pull request #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 by kimesf

## Documentation:

  • Fix a typo. Pull request #7505 by hsbt
  • Use https instead of http in documentation links. Pull request #7481 by hsbt

SHA256 Checksums:

  • rubygems-3.5.7.tgz
    c3d04a204d2f7265fe9a6b43a85d6d227869947741a24d56e51d7136d4629e39
  • rubygems-3.5.7.zip
    6f52ef49fd85e3582a98ad26c00949797faf496f25b2f726e419f81fbc180f16
  • rubygems-update-3.5.7.gem
    d76a7f0f85b843bf35798fcd851335975ae5473c25b5f6a9bf507f74ae9f7579
David Rodriguez