Merge pull request #5809 from consuldemocracy/dependabot/bundler/capistrano-3.19.2
Bump capistrano from 3.19.1 to 3.19.2
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -87,7 +87,7 @@ group :test do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "capistrano", "~> 3.19.1", require: false
|
gem "capistrano", "~> 3.19.2", require: false
|
||||||
gem "capistrano-bundler", "~> 2.1.1", require: false
|
gem "capistrano-bundler", "~> 2.1.1", 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
|
||||||
|
|||||||
11
Gemfile.lock
11
Gemfile.lock
@@ -111,7 +111,7 @@ GEM
|
|||||||
json
|
json
|
||||||
builder (3.3.0)
|
builder (3.3.0)
|
||||||
cancancan (3.6.1)
|
cancancan (3.6.1)
|
||||||
capistrano (3.19.1)
|
capistrano (3.19.2)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
@@ -379,7 +379,7 @@ GEM
|
|||||||
net-protocol
|
net-protocol
|
||||||
net-protocol (0.2.2)
|
net-protocol (0.2.2)
|
||||||
timeout
|
timeout
|
||||||
net-scp (4.0.0)
|
net-scp (4.1.0)
|
||||||
net-ssh (>= 2.6.5, < 8.0.0)
|
net-ssh (>= 2.6.5, < 8.0.0)
|
||||||
net-sftp (4.0.0)
|
net-sftp (4.0.0)
|
||||||
net-ssh (>= 5.0.0, < 8.0.0)
|
net-ssh (>= 5.0.0, < 8.0.0)
|
||||||
@@ -429,7 +429,7 @@ GEM
|
|||||||
omniauth-oauth (~> 1.1)
|
omniauth-oauth (~> 1.1)
|
||||||
rack
|
rack
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
ostruct (0.6.0)
|
ostruct (0.6.1)
|
||||||
parallel (1.26.3)
|
parallel (1.26.3)
|
||||||
paranoia (3.0.0)
|
paranoia (3.0.0)
|
||||||
activerecord (>= 6, < 8.1)
|
activerecord (>= 6, < 8.1)
|
||||||
@@ -647,8 +647,9 @@ GEM
|
|||||||
actionpack (>= 6.1)
|
actionpack (>= 6.1)
|
||||||
activesupport (>= 6.1)
|
activesupport (>= 6.1)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sshkit (1.23.1)
|
sshkit (1.24.0)
|
||||||
base64
|
base64
|
||||||
|
logger
|
||||||
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)
|
||||||
@@ -721,7 +722,7 @@ DEPENDENCIES
|
|||||||
autoprefixer-rails (~> 10.4.19)
|
autoprefixer-rails (~> 10.4.19)
|
||||||
bing_translator (~> 6.2.0)
|
bing_translator (~> 6.2.0)
|
||||||
cancancan (~> 3.6.1)
|
cancancan (~> 3.6.1)
|
||||||
capistrano (~> 3.19.1)
|
capistrano (~> 3.19.2)
|
||||||
capistrano-bundler (~> 2.1.1)
|
capistrano-bundler (~> 2.1.1)
|
||||||
capistrano-npm (~> 1.0.3)
|
capistrano-npm (~> 1.0.3)
|
||||||
capistrano-rails (~> 1.6.3)
|
capistrano-rails (~> 1.6.3)
|
||||||
|
|||||||
Reference in New Issue
Block a user