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
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
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
|
|||
|
|