Skip to content

Releases: capistrano/bundler

2.1.1

06 Aug 14:28
0a5b9dd
Compare
Choose a tag to compare

📚 Documentation

2.1.0

28 May 16:27
6ca9f7e
Compare
Choose a tag to compare

✨ 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

14 Jul 01:25
Compare
Choose a tag to compare

🐛 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

11 Jul 18:28
Compare
Choose a tag to compare

⚠️ Breaking Changes

  • Add explicit bundler:config step to support Bundler 2.1+ and fix deprecation warnings (#122) @mattbrictson

🏠 Housekeeping

1.6.0

02 Jul 21:53
Compare
Choose a tag to compare
  • Added bundle_check_before_install option to allow bypassing the bundle install test in the bundler:install task.

1.5.0

23 Dec 17:35
Compare
Choose a tag to compare

Changes to default behavior

  • Set bundle_jobs default to 4 @Tensho

Breaking changes

  • None

1.4.0

21 Oct 23:10
Compare
Choose a tag to compare

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

22 Sep 15:55
Compare
Choose a tag to compare

Breaking changes

  • None

Added

  • Set all variables in load:defaults task so they are recognised as valid Capistrano settings when using doctor:variables and ensure defaults for bundle_env_variables and bundle_clean_options are set once in the same place as the other defaults.

1.2.0

01 Oct 15:57
Compare
Choose a tag to compare
  • Added a bundle clean task. There are no default hooks for it.
  • Use bundle check to check if we can skip bundle install
  • Run bundle:install on rollback (deploy:reverted)
  • You can now require "capistrano/bundler/tasks" to load the tasks only without the hooks