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
You could also do the following to get rid of installed gems.
gem list -d [gem name] gem uninstall --install-dir [install directory] [gem name]
if the before mentioned things don't work, I had to do it myself today.