Bump capistrano from 3.16.0 to 3.17.1

Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.16.0 to 3.17.1.
- [Release notes](https://github.com/capistrano/capistrano/releases)
- [Commits](https://github.com/capistrano/capistrano/compare/v3.16.0...v3.17.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
Javi Martín
2022-08-25 18:01:50 +02:00
parent 4b6f3b22bb
commit c8f9592b60
3 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ group :test do
end
group :development do
gem "capistrano", "~> 3.16.0", require: false
gem "capistrano", "~> 3.17.1", require: false
gem "capistrano-bundler", "~> 2.1.0", require: false
gem "capistrano-rails", "~> 1.6.2", require: false
gem "capistrano3-delayed-job", "~> 1.7.6"

View File

@@ -71,7 +71,7 @@ GEM
airbrake-ruby (~> 5.1)
airbrake-ruby (5.2.1)
rbtree3 (~> 0.5)
airbrussh (1.4.0)
airbrussh (1.4.1)
sshkit (>= 1.6.1, != 1.7.0)
akami (1.3.1)
gyoku (>= 0.4.0)
@@ -103,7 +103,7 @@ GEM
uniform_notifier (~> 1.11)
byebug (11.1.3)
cancancan (3.3.0)
capistrano (3.16.0)
capistrano (3.17.1)
airbrussh (>= 1.0.0)
i18n
rake (>= 10.0.0)
@@ -712,7 +712,7 @@ DEPENDENCIES
bullet (~> 6.1.4)
byebug (~> 11.1.3)
cancancan (~> 3.3.0)
capistrano (~> 3.16.0)
capistrano (~> 3.17.1)
capistrano-bundler (~> 2.1.0)
capistrano-rails (~> 1.6.2)
capistrano3-delayed-job (~> 1.7.6)

View File

@@ -1,5 +1,5 @@
# config valid only for current version of Capistrano
lock "~> 3.16.0"
lock "~> 3.17.1"
def deploysecret(key)
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml")[fetch(:stage).to_s]