Skip to content

Instantly share code, notes, and snippets.

@jwswj
Created August 1, 2013 04:45
Show Gist options
  • Save jwswj/6128473 to your computer and use it in GitHub Desktop.
Save jwswj/6128473 to your computer and use it in GitHub Desktop.
Remove all global gems
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
@bgrand-ch
Copy link

Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment