multi_json is restricted to < 1.3

Some API changes are there above 1.3. 
3-2-stable
This commit is contained in:
Arun Agrawal
2012-04-16 20:10:40 +05:30
parent 2f9fdbfb94
commit 9b14e3ff80

View File

@@ -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