I have rubygems 1.3.1 installed but I want to go back to 1.2.0. What's the command to downgrade rubygems?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Updated November 2011: Now that RVM's out, try running |
|||||||
|
|
This worked for me when downgrading from 1.5.2 to 1.4.2 because of old rails version:
More information about downgrading/upgrading rubygems: http://rubygems.rubyforge.org/rubygems-update/UPGRADING_rdoc.html |
|||||||||||||||
|
|
If you're using RVM, then you can do this to remove current ruby gems, then upgrade/downgrade rubygems:
|
|||||
|
|
This just worked for me on OSX to get from 1.5.0 back to 1.4.2
|
|||
|
|