aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorRyan Bigg <git@ryanbigg.com>2018-02-14 12:49:19 +1100
committerRyan Bigg <git@ryanbigg.com>2018-02-14 12:49:19 +1100
commit068fc462fde96373f923af513d1181ebdb6ad4e2 (patch)
treebeb1b945d9448bcf16bf33872690c171cd82bdb0 /activesupport
parent48de6e9bdad29ae4488679c646b72a697907fe7a (diff)
downloadrails-068fc462fde96373f923af513d1181ebdb6ad4e2.tar.gz
rails-068fc462fde96373f923af513d1181ebdb6ad4e2.tar.bz2
rails-068fc462fde96373f923af513d1181ebdb6ad4e2.zip
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"