RubyGems Navigation menu

Blog

Back to blog posts

2.0.13 Released

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

  • Use class check instead of :version method check when creating Gem::Version objects. Fixes #674 by jkanywhere.
  • Allow installation of gems when the home directory does not exist. Issue #689 by Laurence Rowe
  • Fix updating gems which have multiple platforms. Issue #693 by Ookami Kenrou.
  • The gem server now uses user-provided directories. Issue #696 by Marcelo Alvim.
Eric Hodel