summaryrefslogtreecommitdiff
path: root/lib/bundler/ui/silent.rb
diff options
context:
space:
mode:
authorHomu <homu@barosl.com>2016-03-12 04:59:25 +0900
committerHomu <homu@barosl.com>2016-03-12 04:59:25 +0900
commit91b5ba65368e5b65bb36efe01be5dc5f4a595d86 (patch)
tree6860e750ae4251e597f4f56ff2f3dcb87424ce55 /lib/bundler/ui/silent.rb
parent2aa6108c33960e383ccaa921e886f55182034a74 (diff)
parentd5eeff68fe3a6171ea47017e4de291bb5e96eb69 (diff)
downloadbundler-91b5ba65368e5b65bb36efe01be5dc5f4a595d86.tar.gz
Auto merge of #4342 - bronzdoc:colorize_gem_updates, r=segiddins
Colorize gem updates closes https://github.com/bundler/bundler/issues/4334 ![alt tag](http://i.imgur.com/djHFR95.png)
Diffstat (limited to 'lib/bundler/ui/silent.rb')
-rw-r--r--lib/bundler/ui/silent.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/bundler/ui/silent.rb b/lib/bundler/ui/silent.rb
index 9f387d9e9f..af512eced3 100644
--- a/lib/bundler/ui/silent.rb
+++ b/lib/bundler/ui/silent.rb
@@ -2,6 +2,9 @@
module Bundler
module UI
class Silent
+ def add_color(string, color)
+ end
+
def info(message, newline = nil)
end