diff options
author | José Valim <jose.valim@gmail.com> | 2010-04-30 16:22:18 +0200 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-04-30 16:22:18 +0200 |
commit | 6b559474fb7fae0160860fc62752da347af032b2 (patch) | |
tree | 2eeffa0230dcac12d0611824482f608c60ce2260 /activesupport | |
parent | f0e754e7136f92398495590908162b2501de5869 (diff) | |
download | rails-6b559474fb7fae0160860fc62752da347af032b2.tar.gz rails-6b559474fb7fae0160860fc62752da347af032b2.tar.bz2 rails-6b559474fb7fae0160860fc62752da347af032b2.zip |
Depend on the I18n 0.4.0.beta.
Diffstat (limited to 'activesupport')
-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 ad1401bfa9..0fea84a6ef 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -19,7 +19,7 @@ Gem::Specification.new do |s| s.has_rdoc = true - s.add_dependency('i18n', '~> 0.3.6') + s.add_dependency('i18n', '~> 0.4.0.beta') s.add_dependency('tzinfo', '~> 0.3.16') s.add_dependency('builder', '~> 2.1.2') s.add_dependency('memcache-client', '>= 1.7.5') |