diff options
author | Joshua Peek <josh@joshpeek.com> | 2011-04-26 09:07:14 -0700 |
---|---|---|
committer | Joshua Peek <josh@joshpeek.com> | 2011-04-26 09:07:14 -0700 |
commit | 472f3fb61fd222742e60be6dbecc76b4b3839958 (patch) | |
tree | b027e7a42f51b76333f6818fa254446065a7395f | |
parent | 6e02a61f3954ba98ad0c3c36e5898a4650e6e468 (diff) | |
parent | 1233e09b7d2dee1ea92075164cd9dadca7610380 (diff) | |
download | rails-472f3fb61fd222742e60be6dbecc76b4b3839958.tar.gz rails-472f3fb61fd222742e60be6dbecc76b4b3839958.tar.bz2 rails-472f3fb61fd222742e60be6dbecc76b4b3839958.zip |
Merged pull request #312 from joshk/bump_multi_json.
bump multi_json dependency
-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 968d6ff4d0..37a74a9e62 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.rc3') + s.add_dependency('multi_json', '~> 1.0.0') end |