RubyGems Navigation menu

Blog

Back to blog posts

3.5.11 Released

RubyGems 3.5.11 includes enhancements, bug fixes, performance 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:

  • Update SPDX license list as of 2024-05-22. Pull request #7689 by github-actions[bot]
  • Fix the update_rubygems inconsistency (–disable-gems). Pull request #7658 by x-yuri
  • Accept WASI as an OS name in Gem::Platform. Pull request #7629 by kateinoigakukun
  • Warn if RubyGems version explicitly set in gemspec does not match running version. Pull request #7460 by deivid-rodriguez
  • Installs bundler 2.5.11 as a default gem.

## Bug fixes:

  • Fix binstubs sometimes not getting regenerated when --destdir is given. Pull request #7660 by deivid-rodriguez
  • Fix gem uninstall --user-install for symlinked HOME. Pull request #7645 by deivid-rodriguez
  • Fix issue when plugin stubs would sometimes not be properly removed by gem uninstall. Pull request #7631 by deivid-rodriguez
  • Fix plugins uninstallation for user installed gems. Pull request #6456 by voxik

## Performance:

  • Use a constant empty tar header to avoid extra allocations. Pull request #7484 by segiddins

## Documentation:

  • Recommend bin/rake over rake in contributing docs. Pull request #7648 by deivid-rodriguez

SHA256 Checksums:

  • rubygems-3.5.11.tgz
    4521b52f843620a9fc5ca7414526b7463b0989564c3ae80b26b68fbd1304c818
  • rubygems-3.5.11.zip
    8fe8ec3045694e64b2d3c8536ed3ae5be381e8808c97243ed46df51d98e602ea
  • rubygems-update-3.5.11.gem
    bbcaac7ec271dab3aa615ce12a97931befc2c3279c4d9a37f44b95839011f41a
David Rodriguez