RubyGems' .gem update file
Added by Em Dangla over 16 years ago
Hi, sorry. I'm not sure if it's alright to post a topic about RubyGems here, but anyway, I just would like to ask how to update RubyGems 1.2.0. I believe that it has an update file in .gem, but I'm not actually sure how do I actually update RubyGems 1.2.0. The link I'm referring is found here: http://rubyforge.org/frs/?group_id=126
Thanks!
Replies (2)
RE: RubyGems' .gem update file - Added by Thomas Lecavelier over 16 years ago
Gem file is only to upgrade from rubygems versions prior 0.8.5:
$ gem install rubygems-update-1.2.0 $ gem update --system
Post 0.8.5 upgrade method is just:
$ gem update --system
Of course, you know that only if you read docs...
RE: RubyGems' .gem update file - Added by Em Dangla over 16 years ago
Thank you and sorry about that. ^^;