A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/capistrano/bundler

https://github.com/capistrano/bundler - 2.2.0

✨ New Features

  • Add :bundle_version setting 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_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

- Ruby
Published by github-actions[bot] almost 4 years ago

https://github.com/capistrano/bundler - 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

- Ruby
Published by github-actions[bot] over 5 years ago

https://github.com/capistrano/bundler - 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

- Ruby
Published by github-actions[bot] over 5 years ago

https://github.com/capistrano/bundler - 1.6.0

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

- Ruby
Published by mattbrictson over 6 years ago

https://github.com/capistrano/bundler - 1.5.0

Changes to default behavior

  • Set bundle_jobs default to 4 @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: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.

- Ruby
Published by mattbrictson over 8 years ago

https://github.com/capistrano/bundler - 1.2.0

  • 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

- Ruby
Published by mattbrictson over 9 years ago