Commit 8483caf648546746493cd8b0fe6db467c949f984

Authored by Nikita Fedyashev
1 parent e64ffaf0
Exists in master and in 1 other branch production

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 79 # gem 'rpm_contrib'
80 80 # gem 'newrelic_rpm'
81 81 gem 'capistrano'
82   - gem 'capistrano_colors'
83 82 end
84 83  
85 84 group :test do
... ...
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
... ...