Rubygems-update 1.8.24 Released

rubygems-update version 1.8.24 has been released!

RubyGems is a package management framework for Ruby.

This gem is an update for the RubyGems software. You must have an
installation of RubyGems before this update can be applied.

See Gem for information on RubyGems (or ri Gem)

To upgrade to the latest RubyGems, run:

$ gem update --system # you might need to be an administrator or root

See UPGRADING.rdoc for more details and alternative instructions.


If you don’t have RubyGems installed, your can still do it manually:

For more details and other options, see:

ruby setup.rb --help

Changes:

1.8.24 / 2012-04-27

  • 1 bug fix:

    • Install the .pem files properly. Fixes #320
    • Remove OpenSSL dependency from the http code path

How to…

  • install the .pem files properly? and
  • remove OpenSSL dependency from the http code path?

Thanks,

On May 16, 2012, at 05:50, Carlos C. wrote:

How to…

  • install the .pem files properly? and

The .pem files come bundled with RubyGems.

  • remove OpenSSL dependency from the http code path?

Don’t fetch gems from HTTPS repositories and don’t enable gem
verification.