From 71b5695b6e0fac896059cedffb7a3f7a78f058ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Wed, 21 Nov 2012 19:18:43 +0100 Subject: [PATCH] drop capistrano-ext, closes #3735 --- Gemfile | 1 - Gemfile.lock | 3 --- 2 files changed, 4 deletions(-) diff --git a/Gemfile b/Gemfile index 912c67abd..0c1394c3a 100644 --- a/Gemfile +++ b/Gemfile @@ -166,5 +166,4 @@ end group :development do gem 'capistrano', '2.12.0', :require => false gem 'capistrano_colors', '0.5.5', :require => false - gem 'capistrano-ext', '1.2.1', :require => false end diff --git a/Gemfile.lock b/Gemfile.lock index 0280955b7..8849d3a18 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,8 +67,6 @@ GEM net-sftp (>= 2.0.0) net-ssh (>= 2.0.14) net-ssh-gateway (>= 1.1.0) - capistrano-ext (1.2.1) - capistrano (>= 1.0.0) capistrano_colors (0.5.5) capybara (1.1.3) mime-types (>= 1.16) @@ -427,7 +425,6 @@ DEPENDENCIES asset_sync (= 0.5.0) bootstrap-sass (= 2.1.1.0) capistrano (= 2.12.0) - capistrano-ext (= 1.2.1) capistrano_colors (= 0.5.5) capybara (= 1.1.3) carrierwave (= 0.7.1)