Commit ffcb442d1d6fc007422dda9631ba5ead6f90a4d3
1 parent
5a86019a
Exists in
master
and in
1 other branch
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,6 +76,7 @@ group :development, :test do | ||
| 76 | # gem 'rpm_contrib' | 76 | # gem 'rpm_contrib' |
| 77 | # gem 'newrelic_rpm' | 77 | # gem 'newrelic_rpm' |
| 78 | gem 'capistrano' | 78 | gem 'capistrano' |
| 79 | + gem 'capistrano_colors' | ||
| 79 | end | 80 | end |
| 80 | 81 | ||
| 81 | group :test do | 82 | group :test do |
Gemfile.lock
| @@ -48,6 +48,7 @@ GEM | @@ -48,6 +48,7 @@ GEM | ||
| 48 | net-sftp (>= 2.0.0) | 48 | net-sftp (>= 2.0.0) |
| 49 | net-ssh (>= 2.0.14) | 49 | net-ssh (>= 2.0.14) |
| 50 | net-ssh-gateway (>= 1.1.0) | 50 | net-ssh-gateway (>= 1.1.0) |
| 51 | + capistrano_colors (0.5.5) | ||
| 51 | capybara (1.1.2) | 52 | capybara (1.1.2) |
| 52 | mime-types (>= 1.16) | 53 | mime-types (>= 1.16) |
| 53 | nokogiri (>= 1.3.3) | 54 | nokogiri (>= 1.3.3) |
| @@ -315,6 +316,7 @@ DEPENDENCIES | @@ -315,6 +316,7 @@ DEPENDENCIES | ||
| 315 | bson_ext (= 1.6.2) | 316 | bson_ext (= 1.6.2) |
| 316 | campy | 317 | campy |
| 317 | capistrano | 318 | capistrano |
| 319 | + capistrano_colors | ||
| 318 | capybara | 320 | capybara |
| 319 | database_cleaner (~> 0.6.0) | 321 | database_cleaner (~> 0.6.0) |
| 320 | debugger | 322 | debugger |