Skip to content

Instantly share code, notes, and snippets.

@kano4
Created March 1, 2012 09:21
Show Gist options
  • Select an option

  • Save kano4/1948515 to your computer and use it in GitHub Desktop.

Select an option

Save kano4/1948515 to your computer and use it in GitHub Desktop.
gemを全て消す
$ for x in `gem list --no-versions`; do gem uninstall $x; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment