summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2020-01-17 15:04:56 -0800
committerGitHub <noreply@github.com>2020-01-17 15:04:56 -0800
commitab4ec9699094871170127a2475aff9eee51e5e04 (patch)
treecd71e1c0c47fab2dc2f8184c1032956acc3901b4
parentf0ac4a7a505523180a44f7edb25a3d294da8d184 (diff)
parente40254147231ded37538447970b19669e6e0e872 (diff)
downloadohai-ab4ec9699094871170127a2475aff9eee51e5e04.tar.gz
Merge pull request #1422 from chef/chef-config
Allow chef-config 16
-rw-r--r--ohai.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index 758ac95f..c242fd9c 100644
--- a/ohai.gemspec
+++ b/ohai.gemspec
@@ -24,7 +24,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.8", "< 16"
+ s.add_dependency "chef-config", ">= 12.8", "< 17"
# 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.