Skip to content

Instantly share code, notes, and snippets.

@yuchunc
Created January 2, 2014 08:05
Show Gist options
  • Save yuchunc/8216245 to your computer and use it in GitHub Desktop.
Save yuchunc/8216245 to your computer and use it in GitHub Desktop.
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