I have rubygems 1.3.1 installed but I want to go back to 1.2.0. What's the command to downgrade rubygems?
|
feedback
|
|
Updated November 2011: Now that RVM's out, try running | |||||||
feedback
|
|
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 | |||||||||||
feedback
|
|
If you're using RVM, then you can do this to remove current ruby gems, then upgrade/downgrade rubygems:
| |||||
feedback
|
|
This just worked for me on OSX to get from 1.5.0 back to 1.4.2
| |||
|
feedback
|
|
Is there any particular reason why you need to downgrade (maybe because of the behavior of putting gems in ~/.gems when you forget sudo)? | |||||
feedback
|