From ffcb442d1d6fc007422dda9631ba5ead6f90a4d3 Mon Sep 17 00:00:00 2001 From: Nathan Broadbent Date: Thu, 11 Oct 2012 23:47:29 +1300 Subject: [PATCH] Cant have capistrano without capistrano_colors --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+), 0 deletions(-) diff --git a/Gemfile b/Gemfile index 6ac8f8c..73038da 100644 --- a/Gemfile +++ b/Gemfile @@ -76,6 +76,7 @@ group :development, :test do # gem 'rpm_contrib' # gem 'newrelic_rpm' gem 'capistrano' + gem 'capistrano_colors' end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 1576fdd..f6378a8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,6 +48,7 @@ GEM net-sftp (>= 2.0.0) net-ssh (>= 2.0.14) net-ssh-gateway (>= 1.1.0) + capistrano_colors (0.5.5) capybara (1.1.2) mime-types (>= 1.16) nokogiri (>= 1.3.3) @@ -315,6 +316,7 @@ DEPENDENCIES bson_ext (= 1.6.2) campy capistrano + capistrano_colors capybara database_cleaner (~> 0.6.0) debugger -- libgit2 0.21.2