[ACCEPTED]-Prepending `bundle exec` to your command may solve this rails-bundler
Accepted answer
First run bundle update rake .
I hope this works for you.
0
You need to prefix your command with bundle exec
. For 4 example, if your rake
command is
rake deploy
You have instead 3 to use
bundle exec rake deploy
Bundler will fetch the proper gem 2 versions as listed in your Gemfile
, and execute 1 the command.
Source:
stackoverflow.com
More Related questions
Cookie Warning
We use cookies to improve the performance of the site. By staying on our site, you agree to the terms of use of cookies.