Skip to content

Instantly share code, notes, and snippets.

@rafaelsachetto
Last active January 27, 2020 13:54
Show Gist options
  • Save rafaelsachetto/353988 to your computer and use it in GitHub Desktop.
Save rafaelsachetto/353988 to your computer and use it in GitHub Desktop.
Remove all named gems
gem list | cut -d" " -f1 | xargs gem uninstall -aIx
@rafaelsachetto
Copy link
Author

Usage: gem list {gem-name} | cut -d" " -f1 | xargs gem uninstall -aIx

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