I have rubygems 1.3.1 installed but I want to go back to 1.2.0. What's the command to downgrade rubygems?
+4
A:
There isn't really a command for this. Instead, try download Rubygems 1.2.0 and then running ruby setup.rb
.
Ryan Bigg
2009-02-07 21:33:39
A:
Is there any particular reason why you need to downgrade (maybe because of the behavior of putting gems in ~/.gems when you forget sudo)?
Jarin Udom
2009-02-07 21:51:21