From 47373db1f1d292825fd41d58c7c0cde30243011b Mon Sep 17 00:00:00 2001 From: johnnyshields <27655+johnnyshields@users.noreply.github.com> Date: Sat, 11 Jan 2025 13:02:57 +0900 Subject: [PATCH] Rubocop fix --- lib/ruby_saml/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ruby_saml/utils.rb b/lib/ruby_saml/utils.rb index 0448f80d..a2dc3351 100644 --- a/lib/ruby_saml/utils.rb +++ b/lib/ruby_saml/utils.rb @@ -8,7 +8,7 @@ module RubySaml # SAML2 Auxiliary class # - module Utils + module Utils # rubocop:disable Metrics/ModuleLength extend self BINDINGS = { post: "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST",