summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbronzdoc <lsagastume1990@gmail.com>2016-03-08 22:46:31 -0600
committerbronzdoc <lsagastume1990@gmail.com>2016-03-08 22:46:31 -0600
commitd5eeff68fe3a6171ea47017e4de291bb5e96eb69 (patch)
tree53ec5653a18910d2fab5337342b9fa083babb105
parent2a084dcfeb9d1b91c9cbbb26451964cdb83c9403 (diff)
downloadbundler-d5eeff68fe3a6171ea47017e4de291bb5e96eb69.tar.gz
Adding add_color to silent UI
-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