]> git.openstreetmap.org Git - rails.git/commitdiff
Merge remote-tracking branch 'upstream/pull/3404'
authorTom Hughes <tom@compton.nu>
Wed, 22 Dec 2021 15:36:25 +0000 (15:36 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 22 Dec 2021 15:36:25 +0000 (15:36 +0000)
app/models/user.rb

index 1bb53215261d426294449a00e038733e2bab6900..8c75b4ef45e7ad4fd608a4fd59c2ecb7a332b538 100644 (file)
@@ -45,7 +45,6 @@
 
 class User < ApplicationRecord
   require "digest"
-  require "xml/libxml"
 
   has_many :traces, -> { where(:visible => true) }
   has_many :diary_entries, -> { order(:created_at => :desc) }