diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-04 17:14:47 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-04 18:50:41 -0800 |
commit | 82f1ec4acc3f06e49bee42bab0f1f390962ae159 (patch) | |
tree | c915116c83c078922abcfb2547325d1ef0613222 /Gemfile | |
parent | 104201f2b3261492838cb1af41f857dce7d3d887 (diff) | |
download | chef-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-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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"] |