Skip to content

Commit

Permalink
Update 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 7e88f7c commit 2ae11e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem 'json', '~> 1.4', :require => nil
gem 'yajl-ruby', '~> 0.7', :require => nil
gem 'yajl-ruby', '~> 1.0', :require => nil

gemspec

0 comments on commit 2ae11e3

Please sign in to comment.