Skip to content

Instantly share code, notes, and snippets.

@amccarty
Created December 1, 2016 13:49
Show Gist options
  • Save amccarty/4688423595c5ed33e74f6bb70d3be211 to your computer and use it in GitHub Desktop.
Save amccarty/4688423595c5ed33e74f6bb70d3be211 to your computer and use it in GitHub Desktop.
Remove all installed gems
for x in `gem list --no-versions`; do gem uninstall $x -a -x -I; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment