diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-01-17 14:33:52 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-01-21 10:07:42 -0800 |
commit | 33bdc1a59525bc0515b19a23e302f7d9e4b194b3 (patch) | |
tree | e886abbae17942df687ec04f1b5c6a2878c8a3c2 /Gemfile | |
parent | f154e2a113499b75ec48ea4118aa65292834b8f5 (diff) | |
download | chef-33bdc1a59525bc0515b19a23e302f7d9e4b194b3.tar.gz |
Bump to Chef Infra Client 16
Start the development process
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -7,7 +7,6 @@ source "https://rubygems.org" # of bundler versions prior to 1.12.0 (https://github.com/bundler/bundler/commit/193a14fe5e0d56294c7b370a0e59f93b2c216eed) gem "chef", path: "." -# necessary until we release ohai 15 gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" gem "chef-utils", path: File.expand_path("../chef-utils", __FILE__) if File.exist?(File.expand_path("../chef-utils", __FILE__)) |