RubyGems Navigation menu

Blog

Back to blog posts

2.6.4 Released

RubyGems 2.6.4 includes minor enhancements and 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.

Minor enhancements:

  • Use Gem::Util::NULL_DEVICE instead of hard coded strings. Pull request #1588 by Chris Charabaruk.
  • Use File.symlink on MS Windows if supported. Pull request #1418 by Nobuyoshi Nakada.

Bug fixes:

  • Redact uri password from error output when gem fetch fails. Pull request #1565 by Brian Fletcher.
  • Suppress warnings. Pull request #1594 by Nobuyoshi Nakada.
  • Escape user-supplied content served on web pages by gem server to avoid potential XSS vulnerabilities. Samuel Giddins.

SHA256 Checksums:

  • rubygems-2.6.4.tgz
    94d71f42462e12b31054e8c939374f8314f024b1ae5ec1c68ecfc6290da260e8
  • rubygems-2.6.4.zip
    e17cdc670df66555af1fa8f508b1b5b25192cf4c9ab212de96fb19491d2523b2
  • rubygems-update-2.6.4.gem
    2b3e548dbda80728b8c5b2500a210cd13d5f8deb707e295f0224b48bed111e13
Samuel Giddins