aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorGeoff Garside <geoff@geoffgarside.co.uk>2008-10-20 14:54:42 +0100
committergbuesing <gbuesing@gmail.com>2008-10-20 09:13:45 -0500
commit1082cba4417100552a879c0bc0d415f9944767f8 (patch)
tree4c8b079c572dba782d0aa6a891df2b20bfa8d987 /activesupport/lib/active_support/vendor.rb
parentc79f1d281f1932d4203c7b5b5c793e370ed63838 (diff)
downloadrails-1082cba4417100552a879c0bc0d415f9944767f8.tar.gz
rails-1082cba4417100552a879c0bc0d415f9944767f8.tar.bz2
rails-1082cba4417100552a879c0bc0d415f9944767f8.zip
Bump active_support/vendor.rb tzinfo version number [#1237 state:resolved]
Diffstat (limited to 'activesupport/lib/active_support/vendor.rb')
-rw-r--r--activesupport/lib/active_support/vendor.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/vendor.rb b/activesupport/lib/active_support/vendor.rb
index c703ac0f3e..633eb2ef08 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