Skip to content

Instantly share code, notes, and snippets.

@shaunfink
Created July 28, 2018 12:17
Show Gist options
  • Save shaunfink/e6fbeaf2d84654fb7385c74b4222b5bf to your computer and use it in GitHub Desktop.
Save shaunfink/e6fbeaf2d84654fb7385c74b4222b5bf to your computer and use it in GitHub Desktop.
# Cleanup 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