summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-19 19:41:25 -0800
committerTim Smith <tsmith@chef.io>2018-01-19 19:42:25 -0800
commitd56fdd54438500f69089a52a1695ed0dab76a7ee (patch)
tree53c7c5a624cef10ee14cb56876e4128a449f841c
parentf5ff1797ba997f4a46bbe49254c20d28912d0040 (diff)
downloadohai-d56fdd54438500f69089a52a1695ed0dab76a7ee.tar.gz
Allow for chef-config 14
This actually breaks us bumping chef to 14 right now. Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--ohai.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 1be3b9ca..f75cde0d 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency "ipaddress"
s.add_dependency "wmi-lite", "~> 1.0"
s.add_dependency "ffi", "~> 1.9"
- s.add_dependency "chef-config", ">= 12.5.0.alpha.1", "< 14"
+ s.add_dependency "chef-config", ">= 12.5.0.alpha.1", "< 15"
# Note for ohai developers: If chef-config causes you grief, try:
# bundle install --with development
# this should work as long as chef is a development dependency in Gemfile.