I don't know what's going on but when I created a new model and want to run rake db:migrate
but it gives me this error:
rake aborted! Gem::LoadError: You have already activated rake 11.0.1, but your Gemfile requires rake 10.5.0. Prepending
bundle exec
to your command may solve this.
I believe I didn't do any updates with the gem. I tells me to prepend bundle exec
before executing the rake but I just want to run rake db:migrate
as I did before.
How to make my local system rake gem version to fit in with my rails rake gem version?