Skip to content

Commit

Permalink
Bump yajl-ruby dependency to version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Sep 16, 2011
1 parent a267870 commit ec4ac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -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
Expand Down

0 comments on commit ec4ac45

Please sign in to comment.