aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-03-23 23:53:38 +0100
committerJosé Valim <jose.valim@gmail.com>2010-03-23 23:53:38 +0100
commitb92963f9f8c8468134d4f726442bb5aae03ecfc6 (patch)
tree3c729c42b5c6c00fbaba581a10835f0c60bc182e /activesupport
parent5c41cb77d9af28fe6495d5c4047483ce3ceadfe6 (diff)
downloadrails-b92963f9f8c8468134d4f726442bb5aae03ecfc6.tar.gz
rails-b92963f9f8c8468134d4f726442bb5aae03ecfc6.tar.bz2
rails-b92963f9f8c8468134d4f726442bb5aae03ecfc6.zip
Use latest I18n (0.3.6).
Diffstat (limited to 'activesupport')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index 7486a9a659..bfb1e83002 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.6.pre')
+ s.add_dependency('i18n', '~> 0.3.6')
s.add_dependency('tzinfo', '~> 0.3.16')
s.add_dependency('builder', '~> 2.1.2')
s.add_dependency('memcache-client', '>= 1.7.5')