Skip to content

Instantly share code, notes, and snippets.

@BlackFoks
Created August 25, 2011 08:39
Show Gist options
  • Save BlackFoks/1170243 to your computer and use it in GitHub Desktop.
Save BlackFoks/1170243 to your computer and use it in GitHub Desktop.
remove all gems
$ gem list --local | cut -d" " -f1 | xargs gem uninstall -aIx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment