Skip to content

Instantly share code, notes, and snippets.

@rainly
Forked from flyerhzm/remove all the gems
Created March 23, 2011 14:24
Show Gist options
  • Select an option

  • Save rainly/883167 to your computer and use it in GitHub Desktop.

Select an option

Save rainly/883167 to your computer and use it in GitHub Desktop.
remove all the gems
gem list | 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