Skip to content

Instantly share code, notes, and snippets.

@haru01
Created April 10, 2010 18:43
Show Gist options
  • Select an option

  • Save haru01/362222 to your computer and use it in GitHub Desktop.

Select an option

Save haru01/362222 to your computer and use it in GitHub Desktop.
gem list | while read n v; do sudo gem uninstall $n -a ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment