X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e5b973e6444c19af470da00e1c29bc895cf875f1..9448eab143cd052e9ee48cabdf13a8525add1b2c:/config/initializers/libxml.rb diff --git a/config/initializers/libxml.rb b/config/initializers/libxml.rb index d9d34714b..07f79660f 100644 --- a/config/initializers/libxml.rb +++ b/config/initializers/libxml.rb @@ -1,7 +1,3 @@ -require 'rubygems' -gem 'libxml-ruby', '>= 1.1.1' -require 'libxml' - # This is required otherwise libxml writes out memory errors to # the standard output and exits uncleanly LibXML::XML::Error.set_handler do |message|