RubyGems Navigation menu

Blog

Back to blog posts

2.7.5 Released

RubyGems 2.7.5 includes bug fixes.

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.

Bug fixes:

  • To use bundler-1.16.1 #2121 by SHIBATA Hiroshi.
  • Fixed leaked FDs. Pull request #2127 by Nobuyoshi Nakada.
  • Support option for --destdir with upgrade installer. #2169 by Thibault Jouan.
  • Remove PID from gem index directory. #2155 by SHIBATA Hiroshi.
  • Avoid a #mkdir race condition #2148 by Samuel Giddins.
  • Gem::Util.traverse_parents should not crash on permissions error #2147 by Robert Ulejczyk.
  • Use File.open instead of open. #2142 by SHIBATA Hiroshi.
  • Set whether bundler is used for gemdeps with an environmental variable #2126 by SHIBATA Hiroshi.
  • Fix undefined method error when printing alert #1884 by Robert Ross.

SHA256 Checksums:

  • rubygems-2.7.5.tgz
    38e02c26ef524688dff1a21075297ce0be6543e12c8210ac6c075dc78983c403
  • rubygems-2.7.5.zip
    7babef9df5376a6c1573c1d03ed47a2a21765cde875c12401f9f210688b155d4
  • rubygems-update-2.7.5.gem
    0118283da75d6895ddfa3028496330fd314586166442e10de401cb99757c1cdd
SHIBATA Hiroshi