aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:46:54 +1100
committerMikel Lindsaar <raasdnil@gmail.com>2010-01-28 11:46:54 +1100
commit9029efce410ea49de6eb65481fb2ad8143e69c35 (patch)
tree2ee9742df69c156b4b615e48e095e2c81edbbceb /activesupport/lib/active_support/vendor.rb
parent32ce2bb37fcc4f41322d69d74d686d08c0bb39c7 (diff)
downloadrails-9029efce410ea49de6eb65481fb2ad8143e69c35.tar.gz
rails-9029efce410ea49de6eb65481fb2ad8143e69c35.tar.bz2
rails-9029efce410ea49de6eb65481fb2ad8143e69c35.zip
Unbundling TZInfo
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 ca70beb0a8..caa77d19e2 100644
--- a/activesupport/lib/active_support/vendor.rb
+++ b/activesupport/lib/active_support/vendor.rb
@@ -4,7 +4,7 @@ def ActiveSupport.requirable?(file)
$LOAD_PATH.any? { |p| Dir.glob("#{p}/#{file}.*").any? }
end
-[%w(builder 2.1.2), %w(memcache-client 1.7.5), %w(tzinfo 0.3.16)].each do |lib, version|
+[%w(builder 2.1.2), %w(memcache-client 1.7.5)].each do |lib, version|
# If the lib is not already requirable
unless ActiveSupport.requirable? lib
# Try to activate a gem ~> satisfying the requested version first.