Merge pull request #5183 from consuldemocracy/dependabot/bundler/capistrano-3.17.3
Bump capistrano from 3.17.1 to 3.17.3
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -94,7 +94,7 @@ group :test do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
gem "capistrano", "~> 3.17.1", require: false
|
gem "capistrano", "~> 3.17.3", require: false
|
||||||
gem "capistrano-bundler", "~> 2.1.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"
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@@ -74,7 +74,7 @@ GEM
|
|||||||
airbrake-ruby (~> 6.0)
|
airbrake-ruby (~> 6.0)
|
||||||
airbrake-ruby (6.2.0)
|
airbrake-ruby (6.2.0)
|
||||||
rbtree3 (~> 0.5)
|
rbtree3 (~> 0.5)
|
||||||
airbrussh (1.4.1)
|
airbrussh (1.4.2)
|
||||||
sshkit (>= 1.6.1, != 1.7.0)
|
sshkit (>= 1.6.1, != 1.7.0)
|
||||||
akami (1.3.1)
|
akami (1.3.1)
|
||||||
gyoku (>= 0.4.0)
|
gyoku (>= 0.4.0)
|
||||||
@@ -108,7 +108,7 @@ GEM
|
|||||||
uniform_notifier (~> 1.11)
|
uniform_notifier (~> 1.11)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
cancancan (3.4.0)
|
cancancan (3.4.0)
|
||||||
capistrano (3.17.1)
|
capistrano (3.17.3)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
@@ -365,9 +365,9 @@ GEM
|
|||||||
multi_json (1.15.0)
|
multi_json (1.15.0)
|
||||||
multi_xml (0.6.0)
|
multi_xml (0.6.0)
|
||||||
multipart-post (2.2.3)
|
multipart-post (2.2.3)
|
||||||
net-scp (3.0.0)
|
net-scp (4.0.0)
|
||||||
net-ssh (>= 2.6.5, < 7.0.0)
|
net-ssh (>= 2.6.5, < 8.0.0)
|
||||||
net-ssh (6.1.0)
|
net-ssh (7.2.0)
|
||||||
nio4r (2.5.8)
|
nio4r (2.5.8)
|
||||||
nokogiri (1.15.4)
|
nokogiri (1.15.4)
|
||||||
mini_portile2 (~> 2.8.2)
|
mini_portile2 (~> 2.8.2)
|
||||||
@@ -611,7 +611,7 @@ GEM
|
|||||||
actionpack (>= 4.0)
|
actionpack (>= 4.0)
|
||||||
activesupport (>= 4.0)
|
activesupport (>= 4.0)
|
||||||
sprockets (>= 3.0.0)
|
sprockets (>= 3.0.0)
|
||||||
sshkit (1.21.2)
|
sshkit (1.21.5)
|
||||||
net-scp (>= 1.1.2)
|
net-scp (>= 1.1.2)
|
||||||
net-ssh (>= 2.8.0)
|
net-ssh (>= 2.8.0)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
@@ -681,7 +681,7 @@ DEPENDENCIES
|
|||||||
bullet (~> 7.0.3)
|
bullet (~> 7.0.3)
|
||||||
byebug (~> 11.1.3)
|
byebug (~> 11.1.3)
|
||||||
cancancan (~> 3.4.0)
|
cancancan (~> 3.4.0)
|
||||||
capistrano (~> 3.17.1)
|
capistrano (~> 3.17.3)
|
||||||
capistrano-bundler (~> 2.1.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)
|
||||||
|
|||||||
Reference in New Issue
Block a user