RubyGems Navigation menu

Blog

Back to blog posts

2.7.10 Released

RubyGems 2.7.10 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:

  • Fix bundler rubygems binstub not properly looking for bundler. Pull request #2426 by David Rodríguez.
  • [BudlerVersionFinder] set .filter! and .compatible? to match only on major versions. Pull request #2515 by Colby Swandale.
  • Update for compatibilty with new minitest. Pull request #2118 by MSP-Greg.

SHA256 Checksums:

  • rubygems-2.7.10.tgz
    d81dda6d8c54849cda16a95ae0216516deaa0f59ed3c123222128b15723a82ad
  • rubygems-2.7.10.zip
    a872d3333c9d408cf4067309ea28146e4d8215f6a784edab155cfc801887e32f
  • rubygems-update-2.7.10.gem
    be31228afaece7e31303fc21bf16f76a52faf591800a5309ff018bcd25c50b97
Hiroshi SHIBATA