Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created June 27, 2017 02:24
Show Gist options
  • Save adamstac/df7e9ea46e0a66952170eccc9e2bdcbc to your computer and use it in GitHub Desktop.
Save adamstac/df7e9ea46e0a66952170eccc9e2bdcbc to your computer and use it in GitHub Desktop.
Remove all gems
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