Created
April 11, 2014 03:21
-
-
Save ryonakae/89e59dee90078c39f40e to your computer and use it in GitHub Desktop.
Rubyで全てのgemを一括削除
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo gem uninstall -axI `gem list --no-versions | grep -v (sqlite|libxml) ` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment