Created
September 17, 2010 14:16
-
-
Save kinsteronline/584289 to your computer and use it in GitHub Desktop.
Removing a gem with a direct reference to the gems directory
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gem list -d xmpp4r | |
sudo gem uninstall -aIx -i /System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/gems/1.8 xmpp4r | |
sudo gem list -d activesupport | |
sudo gem uninstall -aIx -i /Library/Ruby/Gems/1.8 activesupport |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment