- Honor
:no_release
flag by usingrelease_roles
in Capistrano 3.1 - capistrano-bundler now requires Capistrano 3.1 or higher (~> 3.1)
- Added
:bundle_jobs
option for specifying number of parallel jobs
- Added
bundle_env_variables
option for specifying environment variables that should be set when runningbundle
. - The
bundle_dir
option is now namedbundle_path
- Use
bundle install
instead ofbundle
- All options are now optional and can be excluded from the final bundle command by setting them to
nil
- Bundler looks for a
Gemfile
by default, so there is no need to specify it.
- ruby is not prefixed with
bundle exec
anymore by default - prefix rails with
bundle exec
by default
- Switching to new command map (capistrano/sshkit#45)
Thanks to new command map, now this integration adds
bundle exec
to global executables (gem, ruby, rake). The list of executable can be tweaked bybundle_bins
.
Initial release