Skip to content

Instantly share code, notes, and snippets.

@jenkek
Created August 20, 2012 05:53
Show Gist options
  • Save jenkek/3401432 to your computer and use it in GitHub Desktop.
Save jenkek/3401432 to your computer and use it in GitHub Desktop.
remove installed gems
$ gem list | awk '{print $1}' | xargs gem uninstall -aIx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment