From 82f1ec4acc3f06e49bee42bab0f1f390962ae159 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Mon, 4 Jan 2021 17:14:47 -0800 Subject: 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 --- Gemfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Gemfile') 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"] -- cgit v1.2.1