1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merged pull request #312 from joshk/bump_multi_json.

bump multi_json dependency
This commit is contained in:
Joshua Peek 2011-04-26 09:07:14 -07:00
commit 472f3fb61f

View file

@ -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