RubyGems Navigation menu

Blog

Back to blog posts

2.1.11 Released

RubyGems 2.1.11 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::Specification::remove_spec no longer checks for existence of the spec to be removed. Issue #698 by Tiago Macedo.
  • Restored wildcard handling when installing gems. Issue #697 by Chuck Remes.
  • Added DigiCert High Assurance EV Root CA certificate for the cloudfront.net certificate change.
  • The Gem::RemoteFetcher tests now choose the test server port more reliably. Pull Request #706 by akr.
Eric Hodel