summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-04-11 14:23:25 +0100
committerThom May <thom@chef.io>2018-04-11 14:23:25 +0100
commit23e5b6782725f646ad40bdc38b5ece50bf044534 (patch)
tree8f4f40385581eb01785daa178b21d89eac261785 /Gemfile
parenta2fbf74d0b2123b9cc28e3baf7ca81b061036635 (diff)
downloadmixlib-authentication-23e5b6782725f646ad40bdc38b5ece50bf044534.tar.gz
Move mixlib-auth debugging to trace leveltm/logging
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 25103b0..914ba25 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,5 +3,5 @@ gemspec
group(:development) do
gem "pry"
- gem "mixlib-log"
+ gem "mixlib-log", '~> 2'
end