Bump capistrano-bundler from 2.0.1 to 2.1.0

Bumps [capistrano-bundler](https://github.com/capistrano/bundler) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/capistrano/bundler/releases)
- [Commits](https://github.com/capistrano/bundler/compare/v2.0.1...v2.1.0)

---
updated-dependencies:
- dependency-name: capistrano-bundler
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2022-08-24 22:35:00 +00:00
committed by Javi Martín
parent 3a7a5b2346
commit bbfebaccf9
2 changed files with 3 additions and 3 deletions

View File

@@ -94,7 +94,7 @@ end
group :development do group :development do
gem "capistrano", "~> 3.16.0", require: false gem "capistrano", "~> 3.16.0", require: false
gem "capistrano-bundler", "~> 2.0", require: false gem "capistrano-bundler", "~> 2.1.0", require: false
gem "capistrano-rails", "~> 1.6.2", require: false gem "capistrano-rails", "~> 1.6.2", require: false
gem "capistrano3-delayed-job", "~> 1.7.6" gem "capistrano3-delayed-job", "~> 1.7.6"
gem "capistrano3-puma", "~> 5.2.0" gem "capistrano3-puma", "~> 5.2.0"

View File

@@ -108,7 +108,7 @@ GEM
i18n i18n
rake (>= 10.0.0) rake (>= 10.0.0)
sshkit (>= 1.9.0) sshkit (>= 1.9.0)
capistrano-bundler (2.0.1) capistrano-bundler (2.1.0)
capistrano (~> 3.1) capistrano (~> 3.1)
capistrano-rails (1.6.2) capistrano-rails (1.6.2)
capistrano (~> 3.1) capistrano (~> 3.1)
@@ -711,7 +711,7 @@ DEPENDENCIES
byebug (~> 11.1.3) byebug (~> 11.1.3)
cancancan (~> 3.3.0) cancancan (~> 3.3.0)
capistrano (~> 3.16.0) capistrano (~> 3.16.0)
capistrano-bundler (~> 2.0) capistrano-bundler (~> 2.1.0)
capistrano-rails (~> 1.6.2) capistrano-rails (~> 1.6.2)
capistrano3-delayed-job (~> 1.7.6) capistrano3-delayed-job (~> 1.7.6)
capistrano3-puma (~> 5.2.0) capistrano3-puma (~> 5.2.0)