aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/ruby/shim.rb
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2009-11-09 22:14:21 +0100
committerXavier Noria <fxn@hashref.com>2009-11-09 22:16:51 +0100
commita48f49e56bf53e0a2386da898576ef12d5258358 (patch)
tree5f6447944f15d6296b4d197368c74c0f19c43b73 /activesupport/lib/active_support/ruby/shim.rb
parentdb2c0d79e3f9ba4fa921b7a122e9e7849729de64 (diff)
downloadrails-a48f49e56bf53e0a2386da898576ef12d5258358.tar.gz
rails-a48f49e56bf53e0a2386da898576ef12d5258358.tar.bz2
rails-a48f49e56bf53e0a2386da898576ef12d5258358.zip
the REXML security fix is not needed for Ruby >= 1.8.7
Diffstat (limited to 'activesupport/lib/active_support/ruby/shim.rb')
-rw-r--r--activesupport/lib/active_support/ruby/shim.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/lib/active_support/ruby/shim.rb b/activesupport/lib/active_support/ruby/shim.rb
index f811239077..af6e8aa91e 100644
--- a/activesupport/lib/active_support/ruby/shim.rb
+++ b/activesupport/lib/active_support/ruby/shim.rb
@@ -5,7 +5,6 @@
# DateTime to_date, to_datetime, xmlschema
# Enumerable group_by, each_with_object, none?
# Process Process.daemon
-# REXML security fix
# String ord
# Time to_date, to_time, to_datetime
require 'active_support'
@@ -14,5 +13,4 @@ require 'active_support/core_ext/date_time/conversions'
require 'active_support/core_ext/enumerable'
require 'active_support/core_ext/process/daemon'
require 'active_support/core_ext/string/conversions'
-require 'active_support/core_ext/rexml'
require 'active_support/core_ext/time/conversions'