RubyGems Navigation menu

Blog

Back to blog posts

3.1.6 Released

RubyGems 3.1.6 includes minor enhancements.

To update to the latest RubyGems you can run:

gem update --system

If you need to upgrade or downgrade please follow the how to upgrade/downgrade RubyGems instructions. To install RubyGems by hand see the Download RubyGems page.

Minor enhancements:

  • Improve require. Pull request #3133 by David Rodríguez.
  • Simplify nested gem activation exceptions. Pull request #3450 by David Rodríguez.
  • Fix correctness and performance regression in require. Pull request #3639 by David Rodríguez.

SHA256 Checksums:

  • rubygems-3.1.6.tgz
    bac291f74a81f1ad382294e34a4871afaccd519185bbef0de0142d7e0637130e
  • rubygems-3.1.6.zip
    343756cb254e8db0dda595ad10c99b7392e939d982fa9e82f8111802a73134a1
  • rubygems-update-3.1.6.gem
    86a58af399928d5e365a356ada40c6acc5572f0e00cef6bceb6b27f0b06bf598
Hiroshi SHIBATA