X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fb5f6bb4a206d9a41fda40ac83e71fe425947a45..0be6dd860f1843681e6380fbe69ca71a6eb01ab7:/config/initializers/libxml.rb diff --git a/config/initializers/libxml.rb b/config/initializers/libxml.rb index a1870dbab..3b5919f0f 100644 --- a/config/initializers/libxml.rb +++ b/config/initializers/libxml.rb @@ -1,7 +1,5 @@ -require 'rubygems' -gem 'libxml-ruby', '>= 0.8.3' -require 'libxml' - +# This is required otherwise libxml writes out memory errors to +# the standard output and exits uncleanly LibXML::XML::Parser.register_error_handler do |message| raise message end