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