summaryrefslogtreecommitdiff
path: root/ohai.gemspec
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-01-29 16:43:15 -0800
committerTim Smith <tsmith@chef.io>2018-01-29 16:43:15 -0800
commit47e8a363be9315ef77830344d95048791d4b4a85 (patch)
tree6de98dc0d8997cb6b200d7b5b75abf9afb083b1d /ohai.gemspec
parentb5f510c6338f2bc0ced874a126741113fd94fb96 (diff)
downloadohai-47e8a363be9315ef77830344d95048791d4b4a85.tar.gz
Simplify path logic by requiring chef-config 12.8+modern_chef_config
We can safely assume chef-config 12.8+ now. Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'ohai.gemspec')
-rw-r--r--ohai.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ohai.gemspec b/ohai.gemspec
index f75cde0d..d53c4322 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", "< 15"
+ s.add_dependency "chef-config", ">= 12.8", "< 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.