Monday, January 16, 2012

How to uninstall all gems in global rvm ?

rvm use @global 
rvm gemset empty global

If you want to remove all gems for a particular gemset, replace global with your-gemset-name