Skip to content

Instantly share code, notes, and snippets.

@ryonakae
Created April 11, 2014 03:21
Show Gist options
  • Save ryonakae/89e59dee90078c39f40e to your computer and use it in GitHub Desktop.
Save ryonakae/89e59dee90078c39f40e to your computer and use it in GitHub Desktop.
Rubyで全てのgemを一括削除
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