From b952d5681d4acac3a205627c52f060fd8ad07ab3 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 5 Jan 2018 09:25:28 +0000 Subject: [PATCH] Upgrade capistrano to version 3.10.1 --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index fd6bcf523..262ad44e5 100644 --- a/Gemfile +++ b/Gemfile @@ -82,7 +82,7 @@ group :test do end group :development do - gem 'capistrano', '~> 3.8.1', require: false + gem 'capistrano', '~> 3.10.1', require: false gem 'capistrano-bundler', '~> 1.2', require: false gem 'capistrano-rails', '~> 1.2.3', require: false gem 'capistrano3-delayed-job', '~> 1.7.3' diff --git a/Gemfile.lock b/Gemfile.lock index fd4fb61bc..3e93cac84 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -73,7 +73,7 @@ GEM uniform_notifier (~> 1.10.0) byebug (9.1.0) cancancan (1.16.0) - capistrano (3.8.2) + capistrano (3.10.1) airbrussh (>= 1.0.0) i18n rake (>= 10.0.0) @@ -263,7 +263,7 @@ GEM multipart-post (2.0.0) net-scp (1.2.1) net-ssh (>= 2.6.5) - net-ssh (4.1.0) + net-ssh (4.2.0) newrelic_rpm (4.1.0.333) nokogiri (1.8.1) mini_portile2 (~> 2.3.0) @@ -439,7 +439,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) - sshkit (1.14.0) + sshkit (1.15.1) net-scp (>= 1.1.2) net-ssh (>= 2.8.0) term-ansicolor (1.6.0) @@ -498,7 +498,7 @@ DEPENDENCIES bullet (~> 5.5.1) byebug (~> 9.1.0) cancancan (~> 1.16.0) - capistrano (~> 3.8.1) + capistrano (~> 3.10.1) capistrano-bundler (~> 1.2) capistrano-rails (~> 1.2.3) capistrano3-delayed-job (~> 1.7.3)