diff --git a/Gemfile b/Gemfile index 434f8b3cb..0098bbc0a 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'sprockets', '~> 2.12.4' # locked gem 'rack-dev-mark', '~> 0.7.5' # Deploy with Capistrano -gem 'capistrano', '~> 3.8.1' +gem 'capistrano', '~> 3.11.0' gem 'capistrano-rails', '~> 1.2.3' gem 'capistrano-rbenv', '~> 2.1.1' gem 'capistrano-bundler', '~> 1.2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 189427449..c1653317c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,7 +67,7 @@ GEM thread_safe (~> 0.3, >= 0.3.4) tzinfo (~> 1.1) addressable (2.4.0) - airbrussh (1.2.0) + airbrussh (1.3.0) sshkit (>= 1.6.1, != 1.7.0) arel (6.0.4) ast (2.4.0) @@ -92,7 +92,7 @@ GEM bower-rails (0.11.0) builder (3.2.3) cancan (1.6.10) - capistrano (3.8.1) + capistrano (3.11.0) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -225,7 +225,7 @@ GEM multipart-post (2.0.0) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (4.1.0) + net-ssh (5.0.2) netrc (0.10.3) newrelic_rpm (5.3.0.346) nokogiri (1.8.4) @@ -400,7 +400,7 @@ GEM actionpack (>= 3.0) activesupport (>= 3.0) sprockets (>= 2.8, < 4.0) - sshkit (1.13.1) + sshkit (1.17.0) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) stomp (1.3.4) @@ -442,7 +442,7 @@ DEPENDENCIES blacklight_advanced_search (~> 2.2.0) bootstrap-sass (~> 2.3.2.2) bower-rails (~> 0.11.0) - capistrano (~> 3.8.1) + capistrano (~> 3.11.0) capistrano-bundler (~> 1.2.0) capistrano-rails (~> 1.2.3) capistrano-rbenv (~> 2.1.1)