aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-03-10 22:11:48 +0100
committerJosé Valim <jose.valim@gmail.com>2010-03-10 22:13:29 +0100
commit07cf49aadf3195db6ddefc58932efc88a6704a09 (patch)
treed62f0249570565d3f5dee15410627fce4aae2e90 /activesupport/activesupport.gemspec
parentec0973c2abeb80eb3c93c5df070592da56ef5b7c (diff)
downloadrails-07cf49aadf3195db6ddefc58932efc88a6704a09.tar.gz
rails-07cf49aadf3195db6ddefc58932efc88a6704a09.tar.bz2
rails-07cf49aadf3195db6ddefc58932efc88a6704a09.zip
Optimize and clean up how details key get expired.
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 3b5c7203b3..78fb48924e 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.has_rdoc = true
- s.add_dependency('i18n', '~> 0.3.4')
+ s.add_dependency('i18n', '~> 0.3.6.pre')
s.add_dependency('tzinfo', '~> 0.3.16')
s.add_dependency('builder', '~> 2.1.2')
s.add_dependency('memcache-client', '~> 1.7.5')