Commit 8483caf648546746493cd8b0fe6db467c949f984

Authored by Nikita Fedyashev
1 parent e64ffaf0
Exists in master and in 1 other branch production

capistrano_colors has been merged into capistrano

Showing 2 changed files with 1 additions and 4 deletions   Show diff stats
@@ -79,7 +79,6 @@ group :development, :test do @@ -79,7 +79,6 @@ group :development, :test do
79 # gem 'rpm_contrib' 79 # gem 'rpm_contrib'
80 # gem 'newrelic_rpm' 80 # gem 'newrelic_rpm'
81 gem 'capistrano' 81 gem 'capistrano'
82 - gem 'capistrano_colors'  
83 end 82 end
84 83
85 group :test do 84 group :test do
@@ -49,13 +49,12 @@ GEM @@ -49,13 +49,12 @@ GEM
49 builder (3.0.4) 49 builder (3.0.4)
50 campy (0.1.3) 50 campy (0.1.3)
51 multi_json (~> 1.0) 51 multi_json (~> 1.0)
52 - capistrano (2.13.4) 52 + capistrano (2.13.5)
53 highline 53 highline
54 net-scp (>= 1.0.0) 54 net-scp (>= 1.0.0)
55 net-sftp (>= 2.0.0) 55 net-sftp (>= 2.0.0)
56 net-ssh (>= 2.0.14) 56 net-ssh (>= 2.0.14)
57 net-ssh-gateway (>= 1.1.0) 57 net-ssh-gateway (>= 1.1.0)
58 - capistrano_colors (0.5.5)  
59 capybara (1.1.2) 58 capybara (1.1.2)
60 mime-types (>= 1.16) 59 mime-types (>= 1.16)
61 nokogiri (>= 1.3.3) 60 nokogiri (>= 1.3.3)
@@ -327,7 +326,6 @@ DEPENDENCIES @@ -327,7 +326,6 @@ DEPENDENCIES
327 bson_ext (= 1.6.2) 326 bson_ext (= 1.6.2)
328 campy 327 campy
329 capistrano 328 capistrano
330 - capistrano_colors  
331 capybara 329 capybara
332 database_cleaner (~> 0.6.0) 330 database_cleaner (~> 0.6.0)
333 debugger 331 debugger