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. 
3-2-stable
  • Loading branch information
arunagw committed Apr 16, 2012
1 parent 2f9fdbf commit 9b14e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion activesupport/activesupport.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ Gem::Specification.new do |s|
s.rdoc_options.concat ['--encoding', 'UTF-8']

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

0 comments on commit 9b14e3f

Please sign in to comment.