tags:

views:

873

answers:

2

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
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