summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2011-03-22 18:50:47 -0700
committerDaniel DeLeo <dan@opscode.com>2011-03-22 18:50:47 -0700
commitc36e9813dc16e7220d64296a29c29a59685baa15 (patch)
treeb7fcee18f830af0d86d9e2c5c87d670c07e7e287 /Rakefile
parent2589ac6fce8410b30949b5016c3eb5533353a443 (diff)
parent60b555b60040059ecbfe327766c1d4609227f4e8 (diff)
downloadohai-c36e9813dc16e7220d64296a29c29a59685baa15.tar.gz
Merge branch 'switch-ohai-to-yajl'
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rakefile b/Rakefile
index 529fd52b..97919e35 100644
--- a/Rakefile
+++ b/Rakefile
@@ -5,7 +5,7 @@ require 'date'
require 'spec/rake/spectask'
GEM = "ohai"
-GEM_VERSION = "0.5.9"
+GEM_VERSION = "0.6.0.beta.0"
AUTHOR = "Adam Jacob"
EMAIL = "adam@opscode.com"
HOMEPAGE = "http://wiki.opscode.com/display/ohai"
@@ -22,7 +22,7 @@ spec = Gem::Specification.new do |s|
s.email = EMAIL
s.homepage = HOMEPAGE
- s.add_dependency "json", ">= 1.4.4", "<= 1.4.6"
+ s.add_dependency "yajl-ruby", "~> 0.7.8"
s.add_dependency "extlib"
s.add_dependency "systemu"
s.add_dependency "mixlib-cli"