Gemfile in chef-provisioning-1.5.1 vs Gemfile in chef-provisioning-1.6.0

- old
+ new

@@ -1,8 +1,9 @@ source "https://rubygems.org" gemspec +gem 'github_changelog_generator' #gem 'mixlib-install', path: '../mixlib-install' #gem 'net-ssh', :path => '../net-ssh' #gem 'chef', :path => '../chef' #gem 'ohai', :path => '../ohai' #gem 'cheffish', :path => '../cheffish' # :git => 'https://github.com/jkeiser/cheffish.git' @@ -10,6 +11,8 @@ #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 # gem "berkshelf", github: "berkshelf/berkshelf" + # TODO we depend on the master branch until chef/chef is released + gem "chef", github: "chef/chef", branch: "master" end