mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
multi_json is restricted to < 1.3
Some API changes are there above 1.3. 3-2-stable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user