Gemfile in chef-provisioning-2.1.1 vs Gemfile in chef-provisioning-2.2.0

- old
+ new

@@ -11,7 +11,8 @@ #gem 'chef-provisioning-aws', :path => '../chef-provisioning-aws' #gem 'chef-zero', :path => '../chef-zero' group :development do # gem "berkshelf", github: "berkshelf/berkshelf" # TODO we depend on the master branch until chef/chef is released - gem "chef", github: "chef/chef", branch: "master" + gem "ohai", git: "https://github.com/chef/ohai", branch: "master" + gem "chef", git: "https://github.com/chef/chef", branch: "master" end