When trying to execute the command:
bundle exec rails c
We get the following message:
Could not find rake-12.3.1 in any of the sources Run `bundle install` to install missing gems.
Solution:
bundle exec rake app:update:bin bundle exec rails c
When trying to execute the command:
bundle exec rails c
We get the following message:
Could not find rake-12.3.1 in any of the sources Run `bundle install` to install missing gems.
Solution:
bundle exec rake app:update:bin bundle exec rails c