Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 753 Bytes

File metadata and controls

26 lines (17 loc) · 753 Bytes
title 2.1.4 Released
layout post
author Eric Hodel
author_email drbrain@segment7.net

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

  • gem uninstall foo --all now force-uninstalls all versions of foo. Issue #650 by Kyle (remkade).
  • Fixed uninstalling gems installed in the home directory (as in --user-install). Issue #653 by Lin Jen-Shin.