From 9b14e3ff80ee4044cfd89a11effcb5f52eaf888b Mon Sep 17 00:00:00 2001 From: Arun Agrawal Date: Mon, 16 Apr 2012 20:10:40 +0530 Subject: multi_json is restricted to < 1.3 Some API changes are there above 1.3. 3-2-stable --- activesupport/activesupport.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3