Merge pull request #4417 from consul/dependabot/bundler/capistrano-3.16.0
Bump capistrano from 3.14.1 to 3.16.0
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.14.1", require: false
|
gem "capistrano", "~> 3.16.0", require: false
|
||||||
gem "capistrano-bundler", "~> 2.0", require: false
|
gem "capistrano-bundler", "~> 2.0", require: false
|
||||||
gem "capistrano-rails", "~> 1.6.1", require: false
|
gem "capistrano-rails", "~> 1.6.1", require: false
|
||||||
gem "capistrano3-delayed-job", "~> 1.7.6"
|
gem "capistrano3-delayed-job", "~> 1.7.6"
|
||||||
|
|||||||
@@ -96,7 +96,7 @@ GEM
|
|||||||
uniform_notifier (~> 1.11)
|
uniform_notifier (~> 1.11)
|
||||||
byebug (11.1.3)
|
byebug (11.1.3)
|
||||||
cancancan (2.3.0)
|
cancancan (2.3.0)
|
||||||
capistrano (3.14.1)
|
capistrano (3.16.0)
|
||||||
airbrussh (>= 1.0.0)
|
airbrussh (>= 1.0.0)
|
||||||
i18n
|
i18n
|
||||||
rake (>= 10.0.0)
|
rake (>= 10.0.0)
|
||||||
@@ -624,7 +624,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.0)
|
sshkit (1.21.2)
|
||||||
net-scp (>= 1.1.2)
|
net-scp (>= 1.1.2)
|
||||||
net-ssh (>= 2.8.0)
|
net-ssh (>= 2.8.0)
|
||||||
sync (0.5.0)
|
sync (0.5.0)
|
||||||
@@ -701,7 +701,7 @@ DEPENDENCIES
|
|||||||
bullet (~> 6.1.4)
|
bullet (~> 6.1.4)
|
||||||
byebug (~> 11.1.3)
|
byebug (~> 11.1.3)
|
||||||
cancancan (~> 2.3.0)
|
cancancan (~> 2.3.0)
|
||||||
capistrano (~> 3.14.1)
|
capistrano (~> 3.16.0)
|
||||||
capistrano-bundler (~> 2.0)
|
capistrano-bundler (~> 2.0)
|
||||||
capistrano-rails (~> 1.6.1)
|
capistrano-rails (~> 1.6.1)
|
||||||
capistrano3-delayed-job (~> 1.7.6)
|
capistrano3-delayed-job (~> 1.7.6)
|
||||||
|
|||||||
Reference in New Issue
Block a user