Skip to content

Conversation

@dependabot-preview
Copy link

@dependabot-preview dependabot-preview bot commented Aug 1, 2019

Bumps capistrano-bundler from 1.1.4 to 1.6.0.

Release notes

Sourced from capistrano-bundler's releases.

1.6.0

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

1.5.0

Changes to default behavior

Breaking changes

  • None

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

  • 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
Changelog

Sourced from capistrano-bundler's changelog.

1.6.0 (2 Jul 2019)

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

1.5.0 (23 Dec 2018)

Changes to default behavior

Breaking changes

  • None

1.4.0 (21 Oct 2018)

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 2017)

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 (1 Oct 2016)

Breaking changes

  • None

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
Commits
  • 958b276 Preparing v1.6.0
  • 912efa9 Put contribution line back
  • 565e96c Merge pull request #107 from chadwilken/BundleCheckInstall
  • 24f22fe Added documentation to README for bundle_check_before_install flag
  • fa3bf63 Update lib/capistrano/tasks/bundler.cap
  • e42a919 Merge branch 'master' into BundleCheckInstall
  • 5ce0b66 Preparing v1.5.0
  • 0a8532e Merge pull request #110 from Tensho/bundler-jobs-2
  • 9629f60 Merge branch 'master' into bundler-jobs-2
  • a27d2af Preparing v1.4.0
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.

If all status checks pass Dependabot will automatically merge this pull request during working hours.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.


⚠️ Dependabot won't automerge this PR as it didn't detect CI on it ⚠️

You have automerging enabled for this repo but Dependabot didn't detect any CI statuses or checks. You can disable automerging on this repo from here.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Aug 1, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant