From ec4ac456f925324d9c50c02d4aca89e237ed0b6c Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 15 Sep 2011 20:08:01 -0700 Subject: [PATCH] Bump yajl-ruby dependency to version 1.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5f560dc..b86aedd3 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ group :test do gem 'typhoeus', '~> 0.2' # ActiveSupport::JSON will be used in ruby 1.8 and Yajl in 1.9; this is to test against both adapters gem 'activesupport', '~> 2.3', :require => nil, :platforms => [:ruby_18, :jruby] - gem 'yajl-ruby', '~> 0.8', :require => 'yajl', :platforms => :ruby_19 + gem 'yajl-ruby', '~> 1.0', :require => 'yajl', :platforms => :ruby_19 end platforms :jruby do