aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorYehuda Katz <wycats@Yehuda-Katz.local>2009-12-25 13:06:11 -0800
committerYehuda Katz <wycats@Yehuda-Katz.local>2009-12-25 13:06:11 -0800
commit8f6da9483b28ec82e4577bf4cbe5209e2c750c84 (patch)
tree4c52a09b3268ff90dae12f8bc525f0b2f3acbace /activesupport/lib/active_support/vendor.rb
parent2e79ec71a542c2d2e7bedbe12eda0b5e177fb0e0 (diff)
parent9f1c359a201bfacff7b89cd1e8579bc1bdf541e2 (diff)
downloadrails-8f6da9483b28ec82e4577bf4cbe5209e2c750c84.tar.gz
rails-8f6da9483b28ec82e4577bf4cbe5209e2c750c84.tar.bz2
rails-8f6da9483b28ec82e4577bf4cbe5209e2c750c84.zip
Merge remote branch 'jose/am'
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 eb5080888c..1e46491d83 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(i18n 0.1.3), %w(memcache-client 1.7.5), %w(tzinfo 0.3.15)].each do |lib, version|
+[%w(builder 2.1.2), %w(memcache-client 1.7.5), %w(tzinfo 0.3.15)].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.