Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 649 Bytes

File metadata and controls

24 lines (16 loc) · 649 Bytes
title 2.0.5 Released
layout post
author Eric Hodel
author_email drbrain@segment7.net

RubyGems 2.0.5 is a bug-fix release. To update to the latest RubyGems you can run:

gem update --system

To install RubyGems by hand see the Download RubyGems page.

If you installed 2.0.1 and are unable to upgrade please follow the how to upgrade/downgrade RubyGems instructions.

Bug fixes:

  • Fixed building of extensions that run ruby in their makefiles. Bug #589 by Zachary Salzbank.