summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-01-17 14:33:52 -0800
committerTim Smith <tsmith84@gmail.com>2020-01-21 10:07:42 -0800
commit33bdc1a59525bc0515b19a23e302f7d9e4b194b3 (patch)
treee886abbae17942df687ec04f1b5c6a2878c8a3c2 /Gemfile
parentf154e2a113499b75ec48ea4118aa65292834b8f5 (diff)
downloadchef-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--Gemfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 464bb02685..287fff159b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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__))