Good afternoon,
I am using a program from another person developed in Ruby on Rails and after giving bundle install
to the project folder and installing all gems
, I tried to create the database through the commands:
rake db:create
and rake db:migrate
However, the following error is occurring:
Gem :: LoadError: You have already activated rake 10.4.2, but your Gemfile requires rake 10.3.1. Prepending
bundle exec
to your command may solve this.
I looked for some solution but could not solve it