aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorkennyj <kennyj@gmail.com>2012-02-10 02:32:28 +0900
committerkennyj <kennyj@gmail.com>2012-02-10 02:32:28 +0900
commite43b0251ecf47d2f2b7081b2f834100a6ecc17cc (patch)
treea5ef3b021e5b2730b916cd08b46376632eb7e57d /activesupport
parentb02c87ef2a22f01b4dcaae2663ed64284880b8fc (diff)
downloadrails-e43b0251ecf47d2f2b7081b2f834100a6ecc17cc.tar.gz
rails-e43b0251ecf47d2f2b7081b2f834100a6ecc17cc.tar.bz2
rails-e43b0251ecf47d2f2b7081b2f834100a6ecc17cc.zip
Bump tzinfo. 0.3.31 was released on November 6, 2011.
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 3c2402c136..d26d71b615 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.add_dependency('i18n', '~> 0.6')
s.add_dependency('multi_json', '~> 1.0')
- s.add_dependency('tzinfo', '~> 0.3.29')
+ s.add_dependency('tzinfo', '~> 0.3.31')
end