mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Require I18n >= 0.6.9
The option enforce_available_locales is only available on latest versions, so require the last available one which has the option + other related fixes and should not have backward compatibility issues.
This commit is contained in:
parent
8e21ae37ad
commit
7c858b03a9
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.rdoc_options.concat ['--encoding', 'UTF-8']
|
||||
|
||||
s.add_dependency 'i18n', '~> 0.6', '>= 0.6.4'
|
||||
s.add_dependency 'i18n', '~> 0.6', '>= 0.6.9'
|
||||
s.add_dependency 'json', '~> 1.7', '>= 1.7.7'
|
||||
s.add_dependency 'tzinfo', '~> 1.1'
|
||||
s.add_dependency 'minitest', '~> 5.1'
|
||||
|
|
Loading…
Reference in a new issue