Skip to content

Instantly share code, notes, and snippets.

@shaliko
Created April 24, 2011 20:25
Show Gist options
  • Save shaliko/939850 to your computer and use it in GitHub Desktop.
Save shaliko/939850 to your computer and use it in GitHub Desktop.
Delete all gems
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