I'm trying to run a simple rake task. When I do, I get the following error:
can't activate rake (= 0.9.2.2, runtime) for [], already activated rake-10.0.2 for []
I run the gem list command, and it lists rake as having 10.0.3, 0.9.2.2, and 0.8.7.
So, I type gem uninstall rake -v 10.0.3. According to the prompt, the uninstall was successful - but version 10.0.3 is still there when I do a gem list - and I still get the exact same problem when I try to run any rake task.
Any suggestions?
Thanks in advance, Tim