aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2009-09-24 17:21:14 -0700
committerJeremy Kemper <jeremy@bitsweat.net>2009-09-24 17:21:14 -0700
commit0039c0344c54423413728a92509b42fe7f37d90c (patch)
tree3cf2cda5e1d08a4445356be73ff81a3e9180ee2f /activesupport/lib/active_support/vendor.rb
parentf0dd77c6be6a86fe384bb0015151e0a497973d39 (diff)
downloadrails-0039c0344c54423413728a92509b42fe7f37d90c.tar.gz
rails-0039c0344c54423413728a92509b42fe7f37d90c.tar.bz2
rails-0039c0344c54423413728a92509b42fe7f37d90c.zip
Avoid inadvertently loading an old tzinfo gem
Diffstat (limited to 'activesupport/lib/active_support/vendor.rb')
-rw-r--r--activesupport/lib/active_support/vendor.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/activesupport/lib/active_support/vendor.rb b/activesupport/lib/active_support/vendor.rb
index 10dbfd9a77..5c79c6a420 100644
--- a/activesupport/lib/active_support/vendor.rb
+++ b/activesupport/lib/active_support/vendor.rb
@@ -12,11 +12,6 @@ if defined? Gem
end
begin
- gem 'tzinfo', '~> 0.3.13'
- rescue Gem::LoadError
- end
-
- begin
gem 'i18n', '~> 0.1.3'
rescue Gem::LoadError
end