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
Gemfile.lock
| ... | ... | @@ -49,13 +49,12 @@ GEM |
| 49 | 49 | builder (3.0.4) |
| 50 | 50 | campy (0.1.3) |
| 51 | 51 | multi_json (~> 1.0) |
| 52 | - capistrano (2.13.4) | |
| 52 | + capistrano (2.13.5) | |
| 53 | 53 | highline |
| 54 | 54 | net-scp (>= 1.0.0) |
| 55 | 55 | net-sftp (>= 2.0.0) |
| 56 | 56 | net-ssh (>= 2.0.14) |
| 57 | 57 | net-ssh-gateway (>= 1.1.0) |
| 58 | - capistrano_colors (0.5.5) | |
| 59 | 58 | capybara (1.1.2) |
| 60 | 59 | mime-types (>= 1.16) |
| 61 | 60 | nokogiri (>= 1.3.3) |
| ... | ... | @@ -327,7 +326,6 @@ DEPENDENCIES |
| 327 | 326 | bson_ext (= 1.6.2) |
| 328 | 327 | campy |
| 329 | 328 | capistrano |
| 330 | - capistrano_colors | |
| 331 | 329 | capybara |
| 332 | 330 | database_cleaner (~> 0.6.0) |
| 333 | 331 | debugger | ... | ... |