aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-23 17:40:44 -0300
committerRafael Mendonça França <rafaelmfranca@gmail.com>2014-07-23 17:40:44 -0300
commitcd7d414e48f537278043bfc77cfb4217e8c89c24 (patch)
tree24e1adf269ec4e4b38532204d52105e70c7afc1d /activesupport/activesupport.gemspec
parentaf216b743199f5179e20d0aa536fac5d44067969 (diff)
downloadrails-cd7d414e48f537278043bfc77cfb4217e8c89c24.tar.gz
rails-cd7d414e48f537278043bfc77cfb4217e8c89c24.tar.bz2
rails-cd7d414e48f537278043bfc77cfb4217e8c89c24.zip
Do not set enforce_available_locales to i18n 0.7
Now the default is always true. Users still can set it using config.i18n.enforce_available_locales.
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index f3625e8b79..c0b457c341 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.9'
+ s.add_dependency 'i18n', '>= 0.7.0.dev', '< 0.8'
s.add_dependency 'json', '~> 1.7', '>= 1.7.7'
s.add_dependency 'tzinfo', '~> 1.1'
s.add_dependency 'minitest', '~> 5.1'