Releases: capistrano/bundler
Releases · capistrano/bundler
2.1.1
📚 Documentation
- Fix typo in bundler:config task description (#133) @mattbrictson
2.1.0
✨ New Features
- Add
:bundle_binstubs_command
setting to address deprecation warning with--binstubs
flag in Bundler 2.1+ (#129) @danarnold
📚 Documentation
- Fix groups separator in bundle_without in the README and task description (#127) @Hirurg103
2.0.1
🐛 Bug Fixes
- Fix
bundle config
warning by specifying the proper default value for:bundle_without
(colon-separated, not space separated) (#126) @mattbrictson
2.0.0
⚠️ Breaking Changes
- Add explicit
bundler:config
step to support Bundler 2.1+ and fix deprecation warnings (#122) @mattbrictson
🏠 Housekeeping
- Maintain release notes using GitHub Actions (#124) @mattbrictson
- Upgrade CI to use Ruby 2.7.1 and Bundler 2.1 (#120) @mattbrictson
- Add
changelog_uri
to metadata to easily link from rubygems.org (#113) @nickhammond
1.6.0
- Added
bundle_check_before_install
option to allow bypassing thebundle install test
in thebundler:install
task.
1.5.0
1.4.0
Breaking changes
- None
Added
- When "bundle install" is skipped due to a Gemfile's dependencies are being satisfied, print a message to the log instead of silently skipping
1.3.0
Breaking changes
- None
Added
- Set all variables in
load:defaults
task so they are recognised as valid Capistrano settings when usingdoctor:variables
and ensure defaults forbundle_env_variables
andbundle_clean_options
are set once in the same place as the other defaults.
1.2.0
- Added a
bundle clean
task. There are no default hooks for it. - Use
bundle check
to check if we can skipbundle install
- Run
bundle:install
on rollback (deploy:reverted
) - You can now
require "capistrano/bundler/tasks"
to load the tasks only without the hooks