summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-05-08 16:55:02 -0700
committerTim Smith <tsmith@chef.io>2017-05-08 16:55:02 -0700
commit46f1f2443ce5d3f992e44506901dae6c114bb716 (patch)
tree76748e862d0652eff5dd50e415eba129e1c81ac2
parent7707d8a6cac19ee6532fa9d1a345740c3afc0c07 (diff)
downloadohai-46f1f2443ce5d3f992e44506901dae6c114bb716.tar.gz
Ping to Chefstyle 0.4.0
We used this during the 8.23 release and it avoids having to redo all the chefstyle fixes which fail specs at the moment Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 4bcd5f6d..aebcfd92 100644
--- a/Gemfile
+++ b/Gemfile
@@ -5,7 +5,7 @@ gemspec
group :development do
gem "sigar", :platform => "ruby"
- gem "chefstyle"
+ gem "chefstyle", "0.4.0"
gem "overcommit", ">= 0.34.1"
gem "pry-byebug"
gem "pry-stack_explorer"