diff options
author | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-02-25 18:03:27 -0500 |
---|---|---|
committer | Guillermo Iguaran <guilleiguaran@gmail.com> | 2013-02-25 18:03:27 -0500 |
commit | 80f7975e4313f0da359cbdb37ac2f9245086c5fc (patch) | |
tree | 81e42bb445169172dd5acd9d6f179f169d4e54b4 | |
parent | bd36f185a8770b97d7363fc974c4f7ff39370b66 (diff) | |
download | rails-80f7975e4313f0da359cbdb37ac2f9245086c5fc.tar.gz rails-80f7975e4313f0da359cbdb37ac2f9245086c5fc.tar.bz2 rails-80f7975e4313f0da359cbdb37ac2f9245086c5fc.zip |
Bump i18n version to 0.6.2
-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 64b23996e8..819980eac9 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' + s.add_dependency 'i18n', '~> 0.6.2' s.add_dependency 'multi_json', '~> 1.3' s.add_dependency 'tzinfo', '~> 0.3.33' s.add_dependency 'minitest', '~> 4.2' |