Skip to content

Instantly share code, notes, and snippets.

@kokeiro001
Created May 14, 2016 09:26
Show Gist options
  • Save kokeiro001/a4c6c451f7d00a3dc4598c7f4fb6d1ef to your computer and use it in GitHub Desktop.
Save kokeiro001/a4c6c451f7d00a3dc4598c7f4fb6d1ef to your computer and use it in GitHub Desktop.
デフォルトgem以外をuninstallする
gem uninstall -axI `gem list --no-versions | egrep -v 'test-unit|rdoc|bigdecimal|io-console|json|minitest|psych|rake'`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment