From 9d6d393f56d9da97fe53e3bdd92a2c7bf10fc66d Mon Sep 17 00:00:00 2001 From: Ryan Cragun Date: Tue, 18 Apr 2017 16:46:16 -0700 Subject: [CLOUD-319] Make mixlib-log an optional dependency This change makes mixlib-log an optional dependency. When it's available in the LOAD_PATH it will be used by default, otherwise, all logging will will be forwarded to a null logger that does nothing. This is useful for cases where small utilities can consume mixlib-authentication and not have to pull in additional gems. Signed-off-by: Ryan Cragun --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 3297f71..25103b0 100644 --- a/Gemfile +++ b/Gemfile @@ -3,4 +3,5 @@ gemspec group(:development) do gem "pry" + gem "mixlib-log" end -- cgit v1.2.1