X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e5b973e6444c19af470da00e1c29bc895cf875f1..09c1098760f5d64c0fd0b8b9ee6d51f78a276e59:/config/initializers/libxml.rb?ds=inline 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|