summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-04-12 14:35:32 +0100
committerThom May <thom@chef.io>2018-04-12 14:35:32 +0100
commita45c1d3a72fe986518a99354263635fa3f70426a (patch)
treef2911059d1bfeac8c41e6a13e5bfeb4120266f36
parent06abb85611d93ce3d3b86822a4d7744683cde762 (diff)
downloadmixlib-authentication-a45c1d3a72fe986518a99354263635fa3f70426a.tar.gz
fix chefstyle violation
Signed-off-by: Thom May <thom@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 914ba25..5e52e34 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,5 +3,5 @@ gemspec
group(:development) do
gem "pry"
- gem "mixlib-log", '~> 2'
+ gem "mixlib-log", "~> 2"
end