Skip to content

Instantly share code, notes, and snippets.

@teddevaal
Created October 16, 2013 13:52
Show Gist options
  • Save teddevaal/7008084 to your computer and use it in GitHub Desktop.
Save teddevaal/7008084 to your computer and use it in GitHub Desktop.
Remove all gems from Gemfile
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