I\'ve got a few ruby gems that won\'t go away.
I think it has to do with when I installed them. Occasionally I have forgotten to use \"sudo\" before doing a gem i
update your version of ruby gems gem update --system then hopefully gem uninstall xxx will work right now [was a bug in older versions]