diff options
author | Arun Agrawal <arunagw@gmail.com> | 2012-04-16 20:10:40 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2012-04-16 20:15:15 +0530 |
commit | 9b14e3ff80ee4044cfd89a11effcb5f52eaf888b (patch) | |
tree | 57b95735a07bb26238fe35b382a9b86f438c86d5 /activesupport | |
parent | 2f9fdbfb9468ff24a9f52763848c75fe72003522 (diff) | |
download | rails-9b14e3ff80ee4044cfd89a11effcb5f52eaf888b.tar.gz rails-9b14e3ff80ee4044cfd89a11effcb5f52eaf888b.tar.bz2 rails-9b14e3ff80ee4044cfd89a11effcb5f52eaf888b.zip |
multi_json is restricted to < 1.3
Some API changes are there above 1.3.
3-2-stable
Diffstat (limited to 'activesupport')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index e6fc7bf571..696f2ca803 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -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 |