summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradamedx <adamed@getchef.com>2014-09-05 23:39:55 -0700
committeradamedx <adamed@getchef.com>2014-09-05 23:39:55 -0700
commit210e2ad925f58a531e272f7e3f6c8ab5bc0002dd (patch)
tree82598566e1afaead0981cefbbd22ccc561d88aeb
parent1e4b00fc95ddbd7ba39d96941054435d3f385586 (diff)
downloadchef-210e2ad925f58a531e272f7e3f6c8ab5bc0002dd.tar.gz
Gemspec update for Ohai ~> 7.4 release
-rw-r--r--chef.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/chef.gemspec b/chef.gemspec
index 8f25363124..7c53618a51 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.4.0.rc.0"
+ s.add_dependency "ohai", "~> 7.4"
# Lock down rest-client to avoid pulling in rdoc and breaking Omnibus builds
# on Solaris. See the original issue for more details: