Skip to content

Instantly share code, notes, and snippets.

@bradly
Created October 10, 2008 20:47
Show Gist options
  • Save bradly/16154 to your computer and use it in GitHub Desktop.
Save bradly/16154 to your computer and use it in GitHub Desktop.
gem list dm | grep dm | cut -d ' ' -f 1,7 | xargs sudo gem uninstall -Ia
gem list do | grep do | cut -d ' ' -f 1,7 | xargs sudo gem uninstall -Ia
gem list merb | grep merb | cut -d ' ' -f 1,7 | xargs sudo gem uninstall -Ia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment