How Uninstall All Gems
How uninstall all gems in Mac OSX Leopard?
Comments are currently closed for this discussion. You can start a new one.
How uninstall all gems in Mac OSX Leopard?
Comments are currently closed for this discussion. You can start a new one.
2 Posted by Breno Perucchi on 22 Jul, 2010 06:48 PM
http://blog.costan.us/2009/03/removing-default-ruby-gems-on-osx.html
Support Staff 3 Posted by Nick Quaranto on 25 Jul, 2010 04:19 PM
There isn't an easy way to do this through RubyGems itself, but you could run
gem envto see where your gem paths are, and that's where the installed gems live. You should just be able to blow out everything in that folder and it should work. Maybe recreating thecache,doc,gems, andspecificationsdirs will help too.Nick Quaranto closed this discussion on 25 Jul, 2010 04:19 PM.