RubyGems Navigation menu

Blog

Back to blog posts

2.6.9 Released

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

  • Allow initializing versions with empty strings. Pull request #1767 by Luis Sagastume.
  • Fix TypeError on 2.4. Pull request #1788 by Nobuyoshi Nakada.
  • Don’t output mkmf.log message if compilation didn’t fail. Pull request #1808 by Jeremy Evans.
  • Fixed broken links and overzealous URL encoding in gem server. Pull request #1809 by Nicole Orchard.
  • Update vendored Molinillo to 0.5.5. Pull request #1812 by Samuel Giddins.
  • RakeBuilder: avoid frozen string issue. Pull request #1819 by Olle Jonsson.

SHA256 Checksums:

  • rubygems-2.6.9.tgz
    2608a9f8447b3657fd96e3b2d91e1df3f0064efab6db56f00ecba744aba2bef5
  • rubygems-2.6.9.zip
    a5f4820520921c4e316167e39dfc56e0cfbcbb25a244caab1dd784c471ea3c9d
  • rubygems-update-2.6.9.gem
    021ba9ba5cb24f9073226df6479f8ab61ab3c477d8c7ac6600f1dbd7025746fd
Samuel Giddins