Merge pull request #31991 from radar/bump-i18n-to-one-dot-oh

Bump i18n to 1.0
This commit is contained in:
Rafael França 2018-02-14 01:45:49 -05:00 committed by GitHub
commit 24e067a127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Gem::Specification.new do |s|
"changelog_uri" => "https://github.com/rails/rails/blob/v#{version}/activesupport/CHANGELOG.md"
}
s.add_dependency "i18n", "~> 0.7"
s.add_dependency "i18n", "~> 1.0"
s.add_dependency "tzinfo", "~> 1.1"
s.add_dependency "minitest", "~> 5.1"
s.add_dependency "concurrent-ruby", "~> 1.0", ">= 1.0.2"