Skip to content

Instantly share code, notes, and snippets.

@chris-rock
Created October 27, 2014 18:17
Show Gist options
  • Save chris-rock/2576b4ec85f593ac509d to your computer and use it in GitHub Desktop.
Save chris-rock/2576b4ec85f593ac509d to your computer and use it in GitHub Desktop.
remove all gems
for i in `gem list --no-versions`; do gem uninstall -aIx $i; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment