Removing all installed gems
gem list | cut -d" " -f1 | xargs gem uninstall -aIx | |
gem list | grep -v 'test-unit\|psych\|rdoc\|minitest\|json\|io-console\|bigdecimal\|rake' | cut -d" " -f1 | xargs gem uninstall -aIx |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment