Skip to content

Instantly share code, notes, and snippets.

@mywarr
Last active December 14, 2015 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mywarr/5110179 to your computer and use it in GitHub Desktop.
Save mywarr/5110179 to your computer and use it in GitHub Desktop.
Remove all installed gems at once
gem list | 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