diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2013-02-26 16:14:00 -0200 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2013-02-26 16:14:00 -0200 |
commit | 2fa9c8881f0c793185071ef6575433df75c6fb14 (patch) | |
tree | 4cffd3afe782fe075238cf86a907c7f4b28a56c4 /activesupport/activesupport.gemspec | |
parent | 00f80029068223143d2eec570eebb3055eea1795 (diff) | |
download | rails-2fa9c8881f0c793185071ef6575433df75c6fb14.tar.gz rails-2fa9c8881f0c793185071ef6575433df75c6fb14.tar.bz2 rails-2fa9c8881f0c793185071ef6575433df75c6fb14.zip |
We want i18n >= 0.6.2 but < 1.0
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r-- | activesupport/activesupport.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 819980eac9..c71525309b 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.2' + s.add_dependency 'i18n', '~> 0.6', '>= 0.6.2' s.add_dependency 'multi_json', '~> 1.3' s.add_dependency 'tzinfo', '~> 0.3.33' s.add_dependency 'minitest', '~> 4.2' |