diff --git a/Gemfile b/Gemfile index d4008203e..53d1051bf 100644 --- a/Gemfile +++ b/Gemfile @@ -94,7 +94,7 @@ group :test do end 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-rails", "~> 1.6.1", require: false gem "capistrano3-delayed-job", "~> 1.7.6" diff --git a/Gemfile.lock b/Gemfile.lock index 0ea682f28..31b1b0b5c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -96,7 +96,7 @@ GEM uniform_notifier (~> 1.11) byebug (11.1.3) cancancan (2.3.0) - capistrano (3.14.1) + capistrano (3.16.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -506,7 +506,7 @@ GEM rake (>= 0.8.7) thor (>= 0.19.0, < 2.0) rainbow (3.0.0) - rake (13.0.3) + rake (13.0.6) rb-fsevent (0.10.4) rb-inotify (0.10.1) ffi (~> 1.0) @@ -623,7 +623,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sshkit (1.21.0) + sshkit (1.21.2) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) sync (0.5.0) @@ -700,7 +700,7 @@ DEPENDENCIES bullet (~> 6.1.4) byebug (~> 11.1.3) cancancan (~> 2.3.0) - capistrano (~> 3.14.1) + capistrano (~> 3.16.0) capistrano-bundler (~> 2.0) capistrano-rails (~> 1.6.1) capistrano3-delayed-job (~> 1.7.6)