Skip to content

Commit d06b864

Browse files
committed
Remove requires for REXML that are no longer needed.
1 parent 4321795 commit d06b864

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/onelogin/ruby-saml/metadata.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
require "rexml/document"
2-
require "rexml/xpath"
31
require "uri"
42

53
require "onelogin/ruby-saml/logging"
@@ -10,7 +8,6 @@
108
# will be updated automatically
119
module OneLogin
1210
module RubySaml
13-
include REXML
1411
class Metadata
1512
def generate(settings)
1613
meta_doc = XMLSecurity::Document.new

0 commit comments

Comments
 (0)