From 4fc738a42f8adb818f0ea5e22a4b1e8108479546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juanjo=20Baz=C3=A1n?= Date: Wed, 21 Oct 2015 12:06:27 +0200 Subject: [PATCH] updates capistrano-rails last version removes deploy:cleanup_assets task, we are not using it. --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 50cc29f5c..be114545e 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ group :development, :test do gem 'i18n-tasks' gem 'capistrano', '3.4.0', require: false gem "capistrano-bundler", '1.1.4', require: false - gem "capistrano-rails", '1.1.4', require: false + gem "capistrano-rails", '1.1.5', require: false gem "capistrano-rvm", require: false gem 'capistrano3-delayed-job', '~> 1.0' gem "bullet" diff --git a/Gemfile.lock b/Gemfile.lock index 80383e249..bfcf00084 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,7 +82,7 @@ GEM capistrano-bundler (1.1.4) capistrano (~> 3.1) sshkit (~> 1.2) - capistrano-rails (1.1.4) + capistrano-rails (1.1.5) capistrano (~> 3.1) capistrano-bundler (~> 1.1) capistrano-rvm (0.1.2) @@ -422,7 +422,7 @@ DEPENDENCIES cancancan capistrano (= 3.4.0) capistrano-bundler (= 1.1.4) - capistrano-rails (= 1.1.4) + capistrano-rails (= 1.1.5) capistrano-rvm capistrano3-delayed-job (~> 1.0) capybara