I had to add this to my deploy.rb... require 'bundler/capistrano'
and then bundler got run on each deploy On Nov 28, 5:20 pm, Gitted <[email protected]> wrote: > So far I have done: > > cap deploy:setup > > cap deploy:check > > cap deploy > > Will calling 'cap deploy' perform a 'bundle install' or is that > something I have to explicitly state in a task? -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en
