From a0c13e8759204f99dcb9bce92be2fad8dab0adc1 Mon Sep 17 00:00:00 2001 From: Frederik Erbs Spang Thomsen Date: Thu, 9 Jan 2025 13:05:32 +0100 Subject: [PATCH] Remove freeze from class var --- lib/onelogin/ruby-saml/utils.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/onelogin/ruby-saml/utils.rb b/lib/onelogin/ruby-saml/utils.rb index 40ad313e..b66f6d77 100644 --- a/lib/onelogin/ruby-saml/utils.rb +++ b/lib/onelogin/ruby-saml/utils.rb @@ -34,7 +34,7 @@ class Utils $)x.freeze UUID_PREFIX = '_' - @@prefix = '_'.freeze + @@prefix = '_' # Checks if the x509 cert provided is expired. #