Merge pull request #5609 from consuldemocracy/dependabot/bundler/capistrano-3.19.1
Bump capistrano from 3.18.1 to 3.19.1
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -85,7 +85,7 @@ group :test do
|
||||
end
|
||||
|
||||
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-npm", "~> 1.0.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.2.2)
|
||||
rbtree3 (~> 0.6)
|
||||
airbrussh (1.5.1)
|
||||
airbrussh (1.5.2)
|
||||
sshkit (>= 1.6.1, != 1.7.0)
|
||||
akami (1.3.3)
|
||||
base64
|
||||
@@ -110,7 +110,7 @@ GEM
|
||||
json
|
||||
builder (3.3.0)
|
||||
cancancan (3.5.0)
|
||||
capistrano (3.18.1)
|
||||
capistrano (3.19.1)
|
||||
airbrussh (>= 1.0.0)
|
||||
i18n
|
||||
rake (>= 10.0.0)
|
||||
@@ -368,7 +368,7 @@ GEM
|
||||
net-ssh (>= 5.0.0, < 8.0.0)
|
||||
net-smtp (0.5.0)
|
||||
net-protocol
|
||||
net-ssh (7.2.1)
|
||||
net-ssh (7.2.3)
|
||||
nio4r (2.7.3)
|
||||
nkf (0.2.0)
|
||||
nokogiri (1.16.6)
|
||||
@@ -626,8 +626,8 @@ GEM
|
||||
actionpack (>= 5.2)
|
||||
activesupport (>= 5.2)
|
||||
sprockets (>= 3.0.0)
|
||||
sshkit (1.22.0)
|
||||
mutex_m
|
||||
sshkit (1.23.0)
|
||||
base64
|
||||
net-scp (>= 1.1.2)
|
||||
net-sftp (>= 2.1.2)
|
||||
net-ssh (>= 2.8.0)
|
||||
@@ -700,7 +700,7 @@ DEPENDENCIES
|
||||
autoprefixer-rails (~> 10.4.16)
|
||||
bing_translator (~> 6.2.0)
|
||||
cancancan (~> 3.5.0)
|
||||
capistrano (~> 3.18.1)
|
||||
capistrano (~> 3.19.1)
|
||||
capistrano-bundler (~> 2.1.0)
|
||||
capistrano-npm (~> 1.0.3)
|
||||
capistrano-rails (~> 1.6.3)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# config valid only for current version of Capistrano
|
||||
lock "~> 3.18.1"
|
||||
lock "~> 3.19.1"
|
||||
|
||||
def deploysecret(key, default: "")
|
||||
@deploy_secrets_yml ||= YAML.load_file("config/deploy-secrets.yml", aliases: true)[fetch(:stage).to_s]
|
||||
|
||||
Reference in New Issue
Block a user