summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-10-26 12:45:32 -0700
committerTim Smith <tsmith@chef.io>2018-10-26 12:45:32 -0700
commit5836a4cd4b35d8fa8843c75b3a6aea990b89ba0a (patch)
tree89956dbdac0494864b3907db270bdfb634aa1d08 /chef.gemspec
parent8f97c84db49b62a77667afda672cccb0e1cb41bd (diff)
downloadchef-5836a4cd4b35d8fa8843c75b3a6aea990b89ba0a.tar.gz
Pull ohai from github so we can relax the chef-config dep
Ohai has a ceiling on the chef-config version it will accept. I just kicked master to ohai 15 in the ohai repo. Pulling from master should allow this all to work now. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'chef.gemspec')
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 13ec88f223..1db824c927 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-authentication", "~> 2.1"
s.add_dependency "mixlib-shellout", "~> 2.4"
s.add_dependency "mixlib-archive", "~> 0.4"
- s.add_dependency "ohai", "~> 14.0"
+ s.add_dependency "ohai", "~> 15.0"
s.add_dependency "ffi", "~> 1.9", ">= 1.9.25"
s.add_dependency "ffi-yajl", "~> 2.2"