aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/vendor.rb
diff options
context:
space:
mode:
authorJosé Valim <jose.valim@gmail.com>2009-11-09 16:19:47 -0200
committerYehuda Katz <wycats@Yehuda-Katz.local>2009-11-09 10:57:53 -0800
commit83f329f5f30567a10bc96410da230bf986db8ad4 (patch)
tree4746143e291128f166fd7bd518240522ade6248c /activesupport/lib/active_support/vendor.rb
parent790c062280c0d23c2033e4983c13d402c0424f2a (diff)
downloadrails-83f329f5f30567a10bc96410da230bf986db8ad4.tar.gz
rails-83f329f5f30567a10bc96410da230bf986db8ad4.tar.bz2
rails-83f329f5f30567a10bc96410da230bf986db8ad4.zip
Bundle I18n 0.2.0.
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 4a711b7e25..15898d153c 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.