I'm working on a legacy Rails 2.3.8 project and setting up a dev server.
I get errors when I try to run rake
, and I realized I have the wrong version of Rake installed, in the Rakefile it says:
s.add_dependency 'rake', '>= 0.7.1'
and I have 0.9.2.2 installed. When I try to uninstall, I get
ERROR: While executing gem ... (Gem::InstallError) cannot uninstall, check
gem list -d rake
I don't have RVM installed, and all the posts I see related to fixing this problem mentioned RVM, so I'm stuck.