Skip to content

Instantly share code, notes, and snippets.

@HungYuHei
Created November 16, 2011 06:51
Show Gist options
  • Select an option

  • Save HungYuHei/1369469 to your computer and use it in GitHub Desktop.

Select an option

Save HungYuHei/1369469 to your computer and use it in GitHub Desktop.
uninstall all 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