I want to deploy my simple rails 4.0 application via capistrano 3.0.
rails 4.0
capistrano 3.0
I use bundler 1.3.5 so I add capistrano-bundler gem to integ
bundler 1.3.5
gem install bundler
is what I needed to run on my deploy user in order for Capistrano's:
/usr/local/rvm/bin/rvm 2.4.0 do bundle install --path /var/www/hivebench-api/shared/bundle --without development test --deployment --quiet
to pass!