Skip to content

Instantly share code, notes, and snippets.

@sachin21
Last active January 18, 2016 07:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sachin21/aafb756d7d76f9c626e8 to your computer and use it in GitHub Desktop.
Save sachin21/aafb756d7d76f9c626e8 to your computer and use it in GitHub Desktop.
全てのgemをアンインストールする
gem list --no-versions | grep "^[a-z]" | grep bunlder -v | grep test-unit -v | grep rdoc -v | grep rake -v | grep psych -v | grep io-console -v | grep json -v | grep bigdecimal -v | grep minitest -v | xargs gem uninstall -aIx
@sachin21
Copy link
Author

使用rubyバージョンは割りと低いので全ての2系バージョンで動くかわかりませんのでgrep -vを修正して頂けると。

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