Bump capistrano from 3.14.1 to 3.16.0
Bumps [capistrano](https://github.com/capistrano/capistrano) from 3.14.1 to 3.16.0. - [Release notes](https://github.com/capistrano/capistrano/releases) - [Commits](https://github.com/capistrano/capistrano/compare/v3.14.1...v3.16.0) Signed-off-by: dependabot[bot] <support@github.com>
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)
|
||||||
@@ -506,7 +506,7 @@ GEM
|
|||||||
rake (>= 0.8.7)
|
rake (>= 0.8.7)
|
||||||
thor (>= 0.19.0, < 2.0)
|
thor (>= 0.19.0, < 2.0)
|
||||||
rainbow (3.0.0)
|
rainbow (3.0.0)
|
||||||
rake (13.0.3)
|
rake (13.0.6)
|
||||||
rb-fsevent (0.10.4)
|
rb-fsevent (0.10.4)
|
||||||
rb-inotify (0.10.1)
|
rb-inotify (0.10.1)
|
||||||
ffi (~> 1.0)
|
ffi (~> 1.0)
|
||||||
@@ -623,7 +623,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)
|
||||||
@@ -700,7 +700,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