Skip to content

Instantly share code, notes, and snippets.

@sagar-ranglani
Created November 28, 2013 07:31
Show Gist options
  • Save sagar-ranglani/7688431 to your computer and use it in GitHub Desktop.
Save sagar-ranglani/7688431 to your computer and use it in GitHub Desktop.
remove all gems all versions
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