Skip to content

Instantly share code, notes, and snippets.

@atnan
Created February 25, 2009 04:00
Show Gist options
  • Save atnan/69989 to your computer and use it in GitHub Desktop.
Save atnan/69989 to your computer and use it in GitHub Desktop.
sudo gem list --local | grep "^merb-" | cut -d " " -f1 | while read gem; do
sudo gem uninstall -a $gem
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment