Updating rubygems from 1.2.0 to 1.3.5
Monday, September 14th, 2009
You would think it this process is straight forward but it appears there were changes that prevent simple update but here are the steps:
1. Update to 1.3.0:
View Code SH
$> sudo gem install rubygems-update -v 1.3.0 ... $> sudo update_rubygems ... |
2. Update to the most recent release
View Code SH
$> sudo gem update --system ... |
3. Check the version
View Code SH
$> gem --version 1.3.5 |
That’s it.
Social Networking