FIX ERROR – Bundle EXEC Rails C: Could not find rake

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

Tagged: Tags

Subscribe
Notify of
guest

0 Comments
Inline Feedbacks
View all comments