Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 8d395f5

Browse files
committed
add capistrano_colors
1 parent 5724890 commit 8d395f5

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ gem 'yaml_waml', :require => nil
3232
group :development do
3333
gem 'capistrano', :require => nil
3434
gem 'capistrano-ext', :require => nil
35+
gem 'capistrano_colors'
3536
gem 'capistrano-notification', :require => nil
3637
gem 'gettext', '<2' # required by i18n_generators
3738
gem 'thin', :require => nil

Gemfile.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ GEM
5656
capistrano
5757
shout-bot
5858
validatable
59+
capistrano_colors (0.5.5)
5960
capybara (1.0.0)
6061
mime-types (>= 1.16)
6162
nokogiri (>= 1.3.3)
@@ -275,6 +276,7 @@ DEPENDENCIES
275276
capistrano
276277
capistrano-ext
277278
capistrano-notification
279+
capistrano_colors
278280
capybara
279281
configatron
280282
cucumber-rails (~> 0.3.2)

0 commit comments

Comments
 (0)