Update:
Capistrano 3 has moved out bundler integration into a gem, so require 'bundler/capistrano' won't work anymore, you need to have 'capistrano/bundler' in your Gemfile and require it and everything will be fine. (See http://stackoverflow.com/a/19412601/1216245.)
Update:
Capistrano 3 has moved out bundler integration into a gem, so
require 'bundler/capistrano'
won't work anymore, you need to have'capistrano/bundler'
in your Gemfile and require it and everything will be fine. (See http://stackoverflow.com/a/19412601/1216245.)