aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2011-05-04 19:30:23 +0200
committerJosé Valim <jose.valim@gmail.com>2011-05-04 19:30:23 +0200
commit85b8a88d87215027c550fee14a1af99607132f0c (patch)
treec3c305037b1ee320d3368c4eb9b9e5719ad63ad6
parentf6dc81636727d5cb75122466117ddcadd32a225b (diff)
downloadrails-85b8a88d87215027c550fee14a1af99607132f0c.tar.gz
rails-85b8a88d87215027c550fee14a1af99607132f0c.tar.bz2
rails-85b8a88d87215027c550fee14a1af99607132f0c.zip
Relax this dependency a bit.
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 37a74a9e62..c5b5b57dec 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -17,5 +17,5 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
- s.add_dependency('multi_json', '~> 1.0.0')
+ s.add_dependency('multi_json', '~> 1.0')
end