Skip to content

Instantly share code, notes, and snippets.

@kinsteronline
Created September 17, 2010 14:16
Show Gist options
  • Save kinsteronline/584289 to your computer and use it in GitHub Desktop.
Save kinsteronline/584289 to your computer and use it in GitHub Desktop.
Removing a gem with a direct reference to the gems directory
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