I am having some trouble removing the rake gem version 0.9. I managed to run gem uninstall rake
and I believed this to have deleted it. However, going back to gem list it still showed that it still exists.
Running gem env
:
GEM PATHS:
/home/sean/.rvm/gems/ruby-1.9.2-p180
/home/sean/.rvm/gems/ruby-1.9.2-p180@global
I went into the @global
directory and manually deleted it there, yet still it remains somewhere. I can see it when I run gem list
. The 0.9 rake gem is causing problems for my Rails 3.0.7 application.
I ran gem list -d rake
:
rake (0.9.0, 0.8.7)
Installed at
(0.9.0): /home/sean/.rvm/gems/ruby-1.9.2-p180@global
(0.8.7): /home/sean/.rvm/gems/ruby-1.9.2-p180
I don't see anything in the gems directory for ruby-1.9.2-p180@global