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

Depend on I18n ~> 0.6

This commit is contained in:
José Valim 2011-05-22 13:38:00 +02:00
parent d5646e842f
commit 62d9c831be

View file

@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.files = Dir['CHANGELOG', 'README.rdoc', 'lib/**/*']
s.require_path = 'lib'
s.add_dependency('i18n', '~> 0.6.0beta1')
s.add_dependency('i18n', '~> 0.6')
s.add_dependency('multi_json', '~> 1.0')
end