Gemfile in chef-dk-3.6.57 vs Gemfile in chef-dk-3.7.23

- old
+ new

@@ -30,11 +30,12 @@ gem "minitest", "<= 5.10.3" gem "pry" gem "yard" gem "guard" - gem "cookstyle", ">= 2.0.0" + # Cookstyle 4.0 includes non-backwards compatable changes so we need to pin to 3.x. + gem "cookstyle", "~> 3.0" gem "foodcritic", ">= 12.1" gem "ffi-libarchive" end group(:dep_selector) do @@ -55,10 +56,10 @@ gem "chef-vault", ">= 3.4.1" # Expeditor manages the version of chef released to Rubygems. We only release 'stable' chef # gems to Rubygems now, so letting this float on latest should always give us the latest # stable release. May have to re-pin around major version bumping time, or during patch # fixes. - gem "chef", "= 14.8.12" + gem "chef", "= 14.10.9" gem "cheffish", ">= 14.0.1" gem "chefspec", ">= 7.3.0" gem "fauxhai", ">= 6.7" gem "inspec", ">= 2.3" gem "kitchen-azurerm", ">= 0.14"