summaryrefslogtreecommitdiff
path: root/chef.gemspec
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2014-07-18 13:18:10 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2014-07-18 13:18:10 -0700
commit5c536292421ba0e92873e8a4ff4b8623239c554c (patch)
tree66f2ed891a8ce6faaeb742e57eb3587e45f9619f /chef.gemspec
parent4a73265ba1542ea61f4987e3d21665d71d79cd7b (diff)
downloadchef-5c536292421ba0e92873e8a4ff4b8623239c554c.tar.gz
set ohai version constraint for release
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 11753fa9cf..f848c856cd 100644
--- a/chef.gemspec
+++ b/chef.gemspec
@@ -17,7 +17,7 @@ Gem::Specification.new do |s|
s.add_dependency "mixlib-log", "~> 1.3"
s.add_dependency "mixlib-authentication", "~> 1.3"
s.add_dependency "mixlib-shellout", "~> 1.4"
- s.add_dependency "ohai", "= 7.2.0.rc.2"
+ s.add_dependency "ohai", "~> 7.2"
# Lock down rest-client to avoid pulling in rdoc and breaking Omnibus builds
# on Solaris. See the original issue for more details: