Tag Archives: version

Upgrading/downgrading Rubygems

How to upgrade/downgrade Ruby gems/Rubygems. Some times you have a legit reason for needing a particular version of rubygems to be installed. Here’s how to choose the version that gets installed.

sudo gem install rubygems-update -v 1.2.0

Obviously replace your version number with the one you want to downgrade to.

Then, go ahead and run

sudo update_rubygems
Reblog this post [with Zemanta]
Posted in Uncategorized | Tagged , , , , , | 1 Comment