Blog
Back to blog posts
08 Oct 2013
1.8.28 Released
by Eric Hodel
RubyGems 1.8.28 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:
- Added certificates to follow the s3.amazonaws.com certificate change. Fixes #665 by emeyekayee. Fixes #671 by jonforums.
- Remove redundant built-in certificates not needed for https://rubygems.org Fixes #654 by Vít Ondruch.
- Added test for missing certificates for https://s3.amazonaws.com or https://rubygems.org. Pull request #673 by Hannes Georg.