aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2018-02-14 01:45:49 -0500
committerGitHub <noreply@github.com>2018-02-14 01:45:49 -0500
commit24e067a12756dce6bca3c5be8fb82639527b7792 (patch)
tree249825645c9e63c06bf84738fd00a8d38423431f /activesupport
parentc476969b449fe7dc9e54ebe8b5ee20da7a0518e7 (diff)
parent068fc462fde96373f923af513d1181ebdb6ad4e2 (diff)
downloadrails-24e067a12756dce6bca3c5be8fb82639527b7792.tar.gz
rails-24e067a12756dce6bca3c5be8fb82639527b7792.tar.bz2
rails-24e067a12756dce6bca3c5be8fb82639527b7792.zip
Merge pull request #31991 from radar/bump-i18n-to-one-dot-oh
Bump i18n to 1.0
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index db801d2da2..a9449c82a5 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -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"