Gemfile in chef-dk-3.2.30 vs Gemfile in chef-dk-3.3.23

- old
+ new

@@ -45,18 +45,18 @@ gem "appbundler" gem "berkshelf", ">= 7.0.5" gem "chef-provisioning", ">= 2.7.1", group: :provisioning gem "chef-provisioning-aws", ">= 3.0.2", group: :provisioning gem "chef-provisioning-fog", ">= 0.26.1", group: :provisioning - gem "chef-vault", ">= 3.3.0" + 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.0" + gem "chef", "= 14.5.33" gem "cheffish", ">= 14.0.1" - gem "chefspec", ">= 7.2.1" + gem "chefspec", ">= 7.3.0" gem "fauxhai", ">= 6.5.0" gem "inspec", ">= 2.2.55" gem "kitchen-azurerm", ">= 0.14" gem "kitchen-ec2", ">= 2.2.2" gem "kitchen-digitalocean", ">= 0.10.0" @@ -103,12 +103,9 @@ gem "rubocop" gem "winrm-fs" gem "winrm-elevated" gem "cucumber" gem "stove" - - # TODO Remove this after https://github.com/fog/fog-openstack/issues/420 is fixed - gem "fog-openstack", "< 0.2.0" end # Everything except AIX group(:ruby_prof) do gem "ruby-prof"