RubyGems Navigation menu

Blog

Back to blog posts

3.5.10 Released

RubyGems 3.5.10 includes security, 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 page.

## Security:

  • Add a limit to the size of the metadata and checksums files in a gem package. Pull request #7568 by segiddins

## Enhancements:

  • Don’t fully require rubygems from rubygems/package to prevent some circular require warnings when using Bundler. Pull request #7612 by deivid-rodriguez
  • Installs bundler 2.5.10 as a default gem.

## Bug fixes:

  • Rename credential email to identifier in WebAuthn poller. Pull request #7623 by jenshenny

SHA256 Checksums:

  • rubygems-3.5.10.tgz
    bbabd26611ff450cafe8a79368e649ae8da90fb1665fcb198a36dfafbd266db5
  • rubygems-3.5.10.zip
    59eb2934a3c0e90a33f8159559ebe3eea1413a3c6b5ce1a98367d9e86133b976
  • rubygems-update-3.5.10.gem
    5c9f1fdef208b335fcac0bf3e532b4a65b3c73cbb562c332737f9a2f4a65ba20
David Rodriguez