diff --git a/Gemfile b/Gemfile index 708c5b179..77e6ee339 100644 --- a/Gemfile +++ b/Gemfile @@ -136,7 +136,7 @@ group :development do gem 'spring-watcher-listen', '~> 2.0.0' # Use Capistrano for deployment - gem 'capistrano', '~> 3.10', require: false + gem 'capistrano', '~> 3.14', require: false gem 'capistrano-bundler', '~> 1.3' gem 'capistrano-ext', '~> 1.2.1' gem 'capistrano-passenger', '~> 0.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 32344c541..e76257479 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM builder (3.2.4) byebug (11.1.1) cancancan (1.17.0) - capistrano (3.11.2) + capistrano (3.14.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -607,9 +607,9 @@ GEM redic net-http-persistent (3.1.0) connection_pool (~> 2.2) - net-scp (2.0.0) - net-ssh (>= 2.6.5, < 6.0.0) - net-ssh (5.2.0) + net-scp (3.0.0) + net-ssh (>= 2.6.5, < 7.0.0) + net-ssh (6.1.0) nio4r (2.5.2) noid (0.9.0) noid-rails (3.0.2) @@ -911,7 +911,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sshkit (1.21.0) + sshkit (1.21.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) stub_env (1.0.4) @@ -974,7 +974,7 @@ DEPENDENCIES blacklight_range_limit (= 6.3.3) bootsnap (= 1.4.7) byebug - capistrano (~> 3.10) + capistrano (~> 3.14) capistrano-bundler (~> 1.3) capistrano-ext (~> 1.2.1) capistrano-passenger (~> 0.2.0)