Gemfile in chef-provisioning-2.7.0 vs Gemfile in chef-provisioning-2.7.1
- old
+ new
@@ -8,10 +8,10 @@
#gem 'cheffish', :path => '../cheffish' # :git => 'https://github.com/jkeiser/cheffish.git'
#gem 'chef-provisioning-vagrant', :path => '../chef-provisioning-vagrant'
#gem 'chef-provisioning-fog', :path => '../chef-provisioning-fog'
#gem 'chef-provisioning-aws', :path => '../chef-provisioning-aws'
#gem 'chef-zero', :path => '../chef-zero'
+
group :development do
- # TODO we depend on the master branch until 13 is released and used in the ChefDK
- gem "ohai", git: "https://github.com/chef/ohai", branch: "master"
- gem "chef", git: "https://github.com/chef/chef", branch: "master"
+ gem "ohai"
+ gem "chef"
end