aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-27 21:03:59 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-27 21:08:27 -0300
commit9126d53a07a6ae746491c7d86eecbdac4b3b5645 (patch)
tree3b6313b267a07fa5759c3aee1f635f1523765ac1 /activesupport/activesupport.gemspec
parentafd4a14332c49fa0e236e6904a5f7e09ce33c407 (diff)
downloadrails-9126d53a07a6ae746491c7d86eecbdac4b3b5645.tar.gz
rails-9126d53a07a6ae746491c7d86eecbdac4b3b5645.tar.bz2
rails-9126d53a07a6ae746491c7d86eecbdac4b3b5645.zip
Enforce i18n version >= v0.6.4
Keep in sync with 3-2-stable.
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 c71525309b..a28310032a 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.2'
+ s.add_dependency('i18n', '~> 0.6', '>= 0.6.4')
s.add_dependency 'multi_json', '~> 1.3'
s.add_dependency 'tzinfo', '~> 0.3.33'
s.add_dependency 'minitest', '~> 4.2'