Skip to content

Instantly share code, notes, and snippets.

@rimenes
Created October 3, 2012 06:41
Show Gist options
  • Save rimenes/3825434 to your computer and use it in GitHub Desktop.
Save rimenes/3825434 to your computer and use it in GitHub Desktop.
painlessly remove all ruby 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