aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-12-25 15:15:13 +0100
committerJosé Valim <jose.valim@gmail.com>2009-12-25 15:15:13 +0100
commit135d32c8bd91608c12a394ca5dbd65f358bbce42 (patch)
tree54e4b83dded695175d1f2c33e44704a2ba0d9dec /activesupport/lib/active_support/vendor.rb
parenteb8e627c6918dae53c7ab8b9208e72ff64d20348 (diff)
downloadrails-135d32c8bd91608c12a394ca5dbd65f358bbce42.tar.gz
rails-135d32c8bd91608c12a394ca5dbd65f358bbce42.tar.bz2
rails-135d32c8bd91608c12a394ca5dbd65f358bbce42.zip
Move i18n to Gemfile.
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.