Commit ffcb442d1d6fc007422dda9631ba5ead6f90a4d3

Authored by Nathan Broadbent
1 parent 5a86019a
Exists in master and in 1 other branch production

Cant have capistrano without capistrano_colors

Showing 2 changed files with 3 additions and 0 deletions   Show diff stats
Gemfile
... ... @@ -76,6 +76,7 @@ group :development, :test do
76 76 # gem 'rpm_contrib'
77 77 # gem 'newrelic_rpm'
78 78 gem 'capistrano'
  79 + gem 'capistrano_colors'
79 80 end
80 81  
81 82 group :test do
... ...
Gemfile.lock
... ... @@ -48,6 +48,7 @@ GEM
48 48 net-sftp (>= 2.0.0)
49 49 net-ssh (>= 2.0.14)
50 50 net-ssh-gateway (>= 1.1.0)
  51 + capistrano_colors (0.5.5)
51 52 capybara (1.1.2)
52 53 mime-types (>= 1.16)
53 54 nokogiri (>= 1.3.3)
... ... @@ -315,6 +316,7 @@ DEPENDENCIES
315 316 bson_ext (= 1.6.2)
316 317 campy
317 318 capistrano
  319 + capistrano_colors
318 320 capybara
319 321 database_cleaner (~> 0.6.0)
320 322 debugger
... ...