RubyGems Navigation menu

Blog

Back to blog posts

3.3.11 Released

RubyGems 3.3.11 includes enhancements and documentation.

In particular, it includes experimental supppot for Rust extensions. We will gradually ship improvements to this in the next releases, but we’re releasing it now to get early feedback from the community.

To update to the latest RubyGems you can run:

gem update --system

To install RubyGems by hand see the Download RubyGems page.

## Enhancements:

  • Enable mfa on specific keys during gem signin. Pull request #5305 by aellispierce
  • Prefer __dir__ to __FILE__. Pull request #5444 by deivid-rodriguez
  • Add cargo builder for rust extensions. Pull request #5175 by ianks
  • Installs bundler 2.3.11 as a default gem.

## Documentation:

  • Improve RDoc setup. Pull request #5398 by deivid-rodriguez

SHA256 Checksums:

  • rubygems-3.3.11.tgz
    64184aec5bf3d4314eca3b8bae2085c5ddec50564b822340035187431dc1c074
  • rubygems-3.3.11.zip
    8bc74d1021a68141c9145cee50ac4ed55c3341145c7890e471b5bc168f4a83a3
  • rubygems-update-3.3.11.gem
    baa62338f2894e4cfdf14aaeea7dcf7dadf2268f07b415c60e193966df78431a
David Rodríguez