Skip to content

Commit

Permalink
multi_json is restricted to < 1.3.
Browse files Browse the repository at this point in the history
Some API changes are there above 1.3.
  • Loading branch information
arunagw committed Apr 16, 2012
1 parent 5cbb20d commit eeba535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Expand Up @@ -18,5 +18,5 @@ Gem::Specification.new do |s|

s.rdoc_options.concat ['--encoding', 'UTF-8']

s.add_dependency('multi_json', '~> 1.0')
s.add_dependency('multi_json', '>= 1.0', '< 1.3')
end

0 comments on commit eeba535

Please sign in to comment.