From 859b63962422349fd9d05c229fcb47faaa18f66e Mon Sep 17 00:00:00 2001 From: Geoff Garside Date: Mon, 20 Oct 2008 14:54:42 +0100 Subject: [PATCH] Bump active_support/vendor.rb tzinfo version number --- activesupport/lib/active_support/vendor.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/activesupport/lib/active_support/vendor.rb b/activesupport/lib/active_support/vendor.rb index c703ac0..633eb2e 100644 --- a/activesupport/lib/active_support/vendor.rb +++ b/activesupport/lib/active_support/vendor.rb @@ -22,7 +22,7 @@ end begin gem 'tzinfo', '~> 0.3.11' rescue Gem::LoadError - $:.unshift "#{File.dirname(__FILE__)}/vendor/tzinfo-0.3.9" + $:.unshift "#{File.dirname(__FILE__)}/vendor/tzinfo-0.3.11" end # TODO I18n gem has not been released yet -- 1.6.0.1