При попытке выполнить команду:
bundle exec rails c
Получаем следующее сообщение:
Could not find rake-12.3.1 in any of the sources Run `bundle install` to install missing gems.
Решение:
bundle exec rake app:update:bin bundle exec rails c
При попытке выполнить команду:
bundle exec rails c
Получаем следующее сообщение:
Could not find rake-12.3.1 in any of the sources Run `bundle install` to install missing gems.
Решение:
bundle exec rake app:update:bin bundle exec rails c