aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-16 18:03:12 -0200
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-12-17 09:06:57 -0200
commit7c858b03a9de3c600594ca3c88540b14d835dd91 (patch)
tree93babe7ff1b3835fc14d076aeb5048b30a4a6f9d /activesupport
parent8e21ae37ad9fef6b7393a84f9b5f2e18a831e49a (diff)
downloadrails-7c858b03a9de3c600594ca3c88540b14d835dd91.tar.gz
rails-7c858b03a9de3c600594ca3c88540b14d835dd91.tar.bz2
rails-7c858b03a9de3c600594ca3c88540b14d835dd91.zip
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.
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 0427022dc6..f3625e8b79 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -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'