Capistrano deployment problems Capistrano deployment problems ruby-on-rails ruby-on-rails

Capistrano deployment problems


It occurs that config/deploy.rb has lock '3.1.0'.

It was enough to change it to '3.2.0' and now it's working.


Shouldn't Bundler handle this for you? If you have the version specified in your Gemfile, you can remove the lock version in config/deploy.rb. Then a bundle exec cap production deploy should do the trick.