From aaae550ecdd59a57050f9cd83f7f14156c4c87a0 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" Date: Fri, 5 Jan 2018 14:05:23 +0000 Subject: [PATCH] Upgrade capistrano-rails to version 1.3.1 --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 262ad44e5..1844a4ecd 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ end group :development do gem 'capistrano', '~> 3.10.1', require: false gem 'capistrano-bundler', '~> 1.2', require: false - gem 'capistrano-rails', '~> 1.2.3', require: false + gem 'capistrano-rails', '~> 1.3.1', require: false gem 'capistrano3-delayed-job', '~> 1.7.3' gem 'mdl', '~> 0.4.0', require: false gem 'rubocop', '~> 0.49.1', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 4c4c08ffd..010dbf0a6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -81,7 +81,7 @@ GEM capistrano-bundler (1.3.0) capistrano (~> 3.1) sshkit (~> 1.2) - capistrano-rails (1.2.3) + capistrano-rails (1.3.1) capistrano (~> 3.1) capistrano-bundler (~> 1.1) capistrano3-delayed-job (1.7.3) @@ -500,7 +500,7 @@ DEPENDENCIES cancancan (~> 1.16.0) capistrano (~> 3.10.1) capistrano-bundler (~> 1.2) - capistrano-rails (~> 1.2.3) + capistrano-rails (~> 1.3.1) capistrano3-delayed-job (~> 1.7.3) capybara (~> 2.17.0) ckeditor (~> 4.2.3)