summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-04 17:14:47 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-04 18:50:41 -0800
commit82f1ec4acc3f06e49bee42bab0f1f390962ae159 (patch)
treec915116c83c078922abcfb2547325d1ef0613222 /Gemfile
parent104201f2b3261492838cb1af41f857dce7d3d887 (diff)
downloadchef-82f1ec4acc3f06e49bee42bab0f1f390962ae159.tar.gz
Update Ohai to 16.8.2 and pin chefstyle
This ohai should fix build failures and we don't need to pull chefstyle from git anymore since we only want the latest coming in on chef/chef master. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index acf0d3d5e7..77155db72e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -56,8 +56,7 @@ group(:development, :test) do
end
group(:chefstyle) do
- # for testing new chefstyle rules
- gem "chefstyle", git: "https://github.com/chef/chefstyle.git", branch: "master"
+ gem "chefstyle", "= 1.5.9"
end
instance_eval(ENV["GEMFILE_MOD"]) if ENV["GEMFILE_MOD"]