Skip to content

Commit

Permalink
Remove stray "include REXML"
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyshields committed Jul 10, 2024
1 parent 8b4c340 commit a3a25eb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion lib/ruby_saml/authrequest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

# Only supports SAML 2.0
module RubySaml
include REXML

# SAML2 Authentication. AuthNRequest (SSO SP initiated, Builder)
#
Expand Down
1 change: 0 additions & 1 deletion lib/ruby_saml/idp_metadata_parser.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

# Only supports SAML 2.0
module RubySaml
include REXML

# Auxiliary class to retrieve and parse the Identity Provider Metadata
#
Expand Down
1 change: 0 additions & 1 deletion lib/ruby_saml/saml_message.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ module RubySaml
# SAML2 Message
#
class SamlMessage
include REXML

ASSERTION = "urn:oasis:names:tc:SAML:2.0:assertion"
PROTOCOL = "urn:oasis:names:tc:SAML:2.0:protocol"
Expand Down

0 comments on commit a3a25eb

Please sign in to comment.