Capistrano Bundler Versions Save

Bundler support for Capistrano 3.x

v2.1.0

1 year ago

✨ 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

v2.0.1

3 years ago

🐛 Bug Fixes

  • Fix bundle config warning by specifying the proper default value for :bundle_without (colon-separated, not space separated) (#126) @mattbrictson

v2.0.0

3 years ago

⚠️ 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

v1.6.0

4 years ago
  • Added bundle_check_before_install option to allow bypassing the bundle install test in the bundler:install task.

v1.5.0

5 years ago

Changes to default behavior

  • Set bundle_jobs default to 4 @Tensho

Breaking changes

  • None

v1.4.0

5 years ago

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

v1.3.0

6 years ago

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

7 years ago
  • 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