diff --git a/Gemfile b/Gemfile index 357d84f..d97b86f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' ruby '2.2.3' group :style, :unit, :integration do - gem 'chef' + gem 'chef', '>= 18.7.3' gem 'rake' gem 'bundler-audit' end