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

Relax this dependency a bit.

This commit is contained in:
José Valim 2011-05-04 19:30:23 +02:00
parent f6dc816367
commit 85b8a88d87

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')
s.add_dependency('multi_json', '~> 1.0')
end