Recent Releases of https://github.com/capistrano/bundler
https://github.com/capistrano/bundler - 2.2.0
✨ New Features
- Add
:bundle_versionsetting to allow for compatibility with Bundler 4 (#137) @mattbrictson
- Ruby
Published by github-actions[bot] 3 months ago
https://github.com/capistrano/bundler - 2.1.1
📚 Documentation
- Fix typo in bundler:config task description (#133) @mattbrictson
- Ruby
Published by github-actions[bot] over 1 year ago
https://github.com/capistrano/bundler - 2.1.0
✨ New Features
- Add
:bundle_binstubs_commandsetting to address deprecation warning with--binstubsflag in Bundler 2.1+ (#129) @danarnold
📚 Documentation
- Fix groups separator in bundle_without in the README and task description (#127) @Hirurg103
- Ruby
Published by github-actions[bot] almost 4 years ago
https://github.com/capistrano/bundler - 2.0.1
🐛 Bug Fixes
- Fix
bundle configwarning by specifying the proper default value for:bundle_without(colon-separated, not space separated) (#126) @mattbrictson
- Ruby
Published by github-actions[bot] over 5 years ago
https://github.com/capistrano/bundler - 2.0.0
⚠️ Breaking Changes
- Add explicit
bundler:configstep 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_urito metadata to easily link from rubygems.org (#113) @nickhammond
- Ruby
Published by github-actions[bot] over 5 years ago
https://github.com/capistrano/bundler - 1.6.0
- Added
bundle_check_before_installoption to allow bypassing thebundle install testin thebundler:installtask.
- Ruby
Published by mattbrictson over 6 years ago
https://github.com/capistrano/bundler - 1.5.0
Changes to default behavior
- Set
bundle_jobsdefault to4@Tensho
Breaking changes
- None
- Ruby
Published by mattbrictson about 7 years ago
https://github.com/capistrano/bundler - 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
- Ruby
Published by mattbrictson over 7 years ago
https://github.com/capistrano/bundler - 1.3.0
Breaking changes
- None
Added
- Set all variables in
load:defaultstask so they are recognised as valid Capistrano settings when usingdoctor:variablesand ensure defaults forbundle_env_variablesandbundle_clean_optionsare set once in the same place as the other defaults.
- Ruby
Published by mattbrictson over 8 years ago
https://github.com/capistrano/bundler - 1.2.0
- Added a
bundle cleantask. There are no default hooks for it. - Use
bundle checkto check if we can skipbundle install - Run
bundle:installon rollback (deploy:reverted) - You can now
require "capistrano/bundler/tasks"to load the tasks only without the hooks
- Ruby
Published by mattbrictson over 9 years ago