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
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 | ... | ... |