Bump capistrano from 3.18.1 to 3.19.1
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.18.1 to 3.19.1. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.18.1...v3.19.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:
committed by
Javi Martín
parent
fb978c8051
commit
e0fa4e43ab
2
Gemfile
2
Gemfile
@@ -85,7 +85,7 @@ group :test do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "capistrano", "~> 3.18.1", require: false
|
gem "capistrano", "~> 3.19.1", require: false
|
||||||
gem "capistrano-bundler", "~> 2.1.0", require: false
|
gem "capistrano-bundler", "~> 2.1.0", require: false
|
||||||
gem "capistrano-npm", "~> 1.0.3", require: false
|
gem "capistrano-npm", "~> 1.0.3", require: false
|
||||||
gem "capistrano-rails", "~> 1.6.3", require: false
|
gem "capistrano-rails", "~> 1.6.3", require: false
|
||||||
|
|||||||
12
Gemfile.lock
12
Gemfile.lock
@@ -81,7 +81,7 @@ GEM
|
|||||||
airbrake-ruby (~> 6.0)
|
airbrake-ruby (~> 6.0)
|
||||||
airbrake-ruby (6.2.2)
|
airbrake-ruby (6.2.2)
|
||||||
rbtree3 (~> 0.6)
|
rbtree3 (~> 0.6)
|
||||||
airbrussh (1.5.1)
|
airbrussh (1.5.2)
|
||||||
sshkit (>= 1.6.1, != 1.7.0)
|
sshkit (>= 1.6.1, != 1.7.0)
|
||||||
akami (1.3.3)
|
akami (1.3.3)
|
||||||
base64
|
base64
|
||||||
@@ -110,7 +110,7 @@ GEM
|
|||||||
json
|
json
|
||||||
builder (3.3.0)
|
builder (3.3.0)
|
||||||
cancancan (3.5.0)
|
cancancan (3.5.0)
|
||||||
capistrano (3.18.1)
|
capistrano (3.19.1)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
@@ -368,7 +368,7 @@ GEM
|
|||||||
net-ssh (>= 5.0.0, < 8.0.0)
|
net-ssh (>= 5.0.0, < 8.0.0)
|
||||||
net-smtp (0.5.0)
|
net-smtp (0.5.0)
|
||||||
net-protocol
|
net-protocol
|
||||||
net-ssh (7.2.1)
|
net-ssh (7.2.3)
|
||||||
nio4r (2.7.3)
|
nio4r (2.7.3)
|
||||||
nkf (0.2.0)
|
nkf (0.2.0)
|
||||||
nokogiri (1.16.6)
|
nokogiri (1.16.6)
|
||||||
@@ -626,8 +626,8 @@ GEM
|
|||||||
actionpack (>= 5.2)
|
actionpack (>= 5.2)
|
||||||
activesupport (>= 5.2)
|
activesupport (>= 5.2)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sshkit (1.22.0)
|
sshkit (1.23.0)
|
||||||
mutex_m
|
base64
|
||||||
net-scp (>= 1.1.2)
|
net-scp (>= 1.1.2)
|
||||||
net-sftp (>= 2.1.2)
|
net-sftp (>= 2.1.2)
|
||||||
net-ssh (>= 2.8.0)
|
net-ssh (>= 2.8.0)
|
||||||
@@ -700,7 +700,7 @@ DEPENDENCIES
|
|||||||
autoprefixer-rails (~> 10.4.16)
|
autoprefixer-rails (~> 10.4.16)
|
||||||
bing_translator (~> 6.2.0)
|
bing_translator (~> 6.2.0)
|
||||||
cancancan (~> 3.5.0)
|
cancancan (~> 3.5.0)
|
||||||
capistrano (~> 3.18.1)
|
capistrano (~> 3.19.1)
|
||||||
capistrano-bundler (~> 2.1.0)
|
capistrano-bundler (~> 2.1.0)
|
||||||
capistrano-npm (~> 1.0.3)
|
capistrano-npm (~> 1.0.3)
|
||||||
capistrano-rails (~> 1.6.3)
|
capistrano-rails (~> 1.6.3)
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# config valid only for current version of Capistrano
|
# config valid only for current version of Capistrano
|
||||||
lock "~> 3.18.1"
|
lock "~> 3.19.1"
|
||||||
|
|
||||||
def deploysecret(key, default: "")
|
def deploysecret(key, default: "")
|
||||||
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml", aliases: true)[fetch(:stage).to_s]
|
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml", aliases: true)[fetch(:stage).to_s]
|
||||||
|
|||||||
Reference in New Issue
Block a user