MarcoMorawec / SiB-Dev-Team

All SiB Dev Team Mojo
4 stars 0 forks source link

Rake Version Issue (Lab 2) #10

Open scit106 opened 11 years ago

scit106 commented 11 years ago

Hey Folks,

If you get this message when you try to run rake:

rake aborted! You have already activated rake 10.1.0, but your Gemfile requires rake 10.0.4. Using bundle exec may solve this.

Check out this: http://stackoverflow.com/questions/6080040/you-have-already-activated-rake-0-9-0-but-your-gemfile-requires-rake-0-8-7

Basically, you need to run bundle update rake

Hope this helps!

Scott