Rakefile in ohai-0.5.6 vs Rakefile in ohai-0.5.8.rc.0

- old
+ new

@@ -3,11 +3,11 @@ require 'rubygems/specification' require 'date' require 'spec/rake/spectask' GEM = "ohai" -GEM_VERSION = "0.5.6" +GEM_VERSION = "0.5.8.rc.0" AUTHOR = "Adam Jacob" EMAIL = "adam@opscode.com" HOMEPAGE = "http://wiki.opscode.com/display/ohai" SUMMARY = "Ohai profiles your system and emits JSON" @@ -20,10 +20,10 @@ s.description = s.summary s.author = AUTHOR s.email = EMAIL s.homepage = HOMEPAGE - s.add_dependency "json", "<= 1.4.2" + s.add_dependency "json", ">= 1.4.4", "<= 1.4.6" s.add_dependency "extlib" s.add_dependency "systemu" s.add_dependency "mixlib-cli" s.add_dependency "mixlib-config" s.add_dependency "mixlib-log"