aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2010-05-27 23:50:34 +0200
committerMikel Lindsaar <raasdnil@gmail.com>2010-06-03 23:32:09 +1000
commit99f8c148f08c9c520b6c40c555da5a46d8669360 (patch)
tree784347b73feb43ca13aac7ad50fac6f0e9d3f30e /activesupport/activesupport.gemspec
parentd6fec21d1affe069686d681964d208a4b0df7182 (diff)
downloadrails-99f8c148f08c9c520b6c40c555da5a46d8669360.tar.gz
rails-99f8c148f08c9c520b6c40c555da5a46d8669360.tar.bz2
rails-99f8c148f08c9c520b6c40c555da5a46d8669360.zip
Use I18n 0.4.0
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 cfd85f61c9..09635c2f18 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.4.0.beta1')
+ s.add_dependency('i18n', '~> 0.4.0')
s.add_dependency('tzinfo', '~> 0.3.16')
s.add_dependency('builder', '~> 2.1.2')
s.add_dependency('memcache-client', '>= 1.7.5')