Commit cc9f49cc70072a2ca6d9945f94451fe514c734f7
Exists in
master
and in
1 other branch
Merge pull request #324 from nfedyashev/capistrano_colors_is_part_of_capistrano
capistrano_colors has been merged into capistrano
Showing
2 changed files
with
1 additions
and
4 deletions
Show diff stats
Gemfile
| @@ -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 |
Gemfile.lock
| @@ -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 |