summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-01-19 19:51:39 -0800
committerGitHub <noreply@github.com>2018-01-19 19:51:39 -0800
commit95f0cfeef9d99211672e7d9a058f7e8688dd0c80 (patch)
tree53c7c5a624cef10ee14cb56876e4128a449f841c
parentf5ff1797ba997f4a46bbe49254c20d28912d0040 (diff)
parentd56fdd54438500f69089a52a1695ed0dab76a7ee (diff)
downloadohai-95f0cfeef9d99211672e7d9a058f7e8688dd0c80.tar.gz
Merge pull request #1119 from chef/chef_config
Allow for chef-config 14
-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.