Skip to content

Instantly share code, notes, and snippets.

@cesarfigueroa
Last active December 19, 2015 04:38
Show Gist options
  • Save cesarfigueroa/5898366 to your computer and use it in GitHub Desktop.
Save cesarfigueroa/5898366 to your computer and use it in GitHub Desktop.
Uninstall all gems in Ruby < 2.0
gem list --no-versions | xargs gem uninstall -aIx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment