I just ran into this last night. Since I use rvm for my gems now, I ended up using 'gem uninstall rails' (outside of rvm) and choosing to uninstall all of the available versions. I manually nuked the gem repos under /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/ lib/ruby/gems/1.8. HOWEVER, I am unsure what ramifications this will have outside of my rvm world. I'm thinking specifically of MacRuby.
YMMV, I'm not responsible for you breaking your machine. ;) Beren On Apr 22, 3:06 pm, "sol.manager" <[email protected]> wrote: > I am currently wanting to cleanup my gems so that i end up with Rails > 2.3.11 and Rails 3.0.x. While working on this I notice I cannot > uninstall some Rails versions from command line. I ran the following > and wonder if it is safe for me to remove Rails 1.2.6, 2.2.2 and 2.3.5 > versions from these folders on my Mac. > > rails (3.0.7, 3.0.6, 3.0.5, 3.0.3, 3.0.0, 2.3.11, 2.3.8, 2.3.5, 2.2.2, > 1.2.6) > Author: David Heinemeier Hansson > Rubyforge:http://rubyforge.org/projects/rails > Homepage:http://www.rubyonrails.org > Installed at (3.0.7): /Library/Ruby/Gems/1.8 > (3.0.6): /Library/Ruby/Gems/1.8 > (3.0.0): /Library/Ruby/Gems/1.8 > (2.3.11): /Library/Ruby/Gems/1.8 > (2.3.5): /System/Library/Frameworks/Ruby.framework/ > Versions/1.8/usr/lib/ruby/gems/1.8 > (2.2.2): /System/Library/Frameworks/Ruby.framework/ > Versions/1.8/usr/lib/ruby/gems/1.8 > (1.2.6): /System/Library/Frameworks/Ruby.framework/ > Versions/1.8/usr/lib/ruby/gems/1.8 -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

