diff options
author | Thom May <thom@chef.io> | 2017-04-06 22:18:54 +0100 |
---|---|---|
committer | Thom May <thom@chef.io> | 2017-04-06 22:29:00 +0100 |
commit | 8db0ca179f98f1e89f99b987554875e6b78a35b7 (patch) | |
tree | 959fe421bbc0636ccc472c53d947a640eb4aa8e2 /Gemfile | |
parent | 35c858d12b7e1fecbfd6069019d69b6c5631f826 (diff) | |
download | chef-8db0ca179f98f1e89f99b987554875e6b78a35b7.tar.gz |
Use Ohai 13.0.0 releasetm/release_notes
Signed-off-by: Thom May <thom@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -11,8 +11,7 @@ source "https://rubygems.org" # of bundler versions prior to 1.12.0 (https://github.com/bundler/bundler/commit/193a14fe5e0d56294c7b370a0e59f93b2c216eed) gem "chef", path: "." -# tracking master of ohai for chef-13.0 development, this should be able to be deleted after release -gem "ohai", git: "https://github.com/chef/ohai.git" +gem "ohai", "~> 13" gem "chef-config", path: File.expand_path("../chef-config", __FILE__) if File.exist?(File.expand_path("../chef-config", __FILE__)) gem "rake" |