Last Updated: February 25, 2016
·
621
· wuotr

Remove all your Ruby gems "like a baws"...

The following command removes all your Ruby gems at once.
Use it with caution... or if you're a "baws" :-D.

gem list | cut -d" " -f1 | xargs gem uninstall -aIx

More (detailed) information can be found here: http://t.wuotr.com/Tg3KxQ

1 Response
Add your response

If you're using RVM, see:
https://rvm.io/gemsets/emptying/

over 1 year ago ·