From bc308a0c71f553aa65a36a99ce7b77eb2052e634 Mon Sep 17 00:00:00 2001
From: Anusha Ranganathan <anusha@cottagelabs.com>
Date: Mon, 31 Mar 2025 09:29:43 +0200
Subject: [PATCH] Updated Omniauth saml

---
 hyrax/Gemfile      |  2 +-
 hyrax/Gemfile.lock | 17 +++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/hyrax/Gemfile b/hyrax/Gemfile
index 6d629561..afe91388 100644
--- a/hyrax/Gemfile
+++ b/hyrax/Gemfile
@@ -96,7 +96,7 @@ gem 'aws-sdk-s3', '~> 1'
 gem 'omniauth'
 gem "omniauth-rails_csrf_protection"
 gem 'omniauth-orcid'
-gem 'omniauth-saml', '~> 2.1'
+gem 'omniauth-saml', '~> 2.1.3'
 
 gem "blacklight_range_limit"
 gem 'http-cookie'
diff --git a/hyrax/Gemfile.lock b/hyrax/Gemfile.lock
index b820edcb..de2e5f05 100644
--- a/hyrax/Gemfile.lock
+++ b/hyrax/Gemfile.lock
@@ -628,7 +628,7 @@ GEM
     noid-rails (3.0.3)
       actionpack (>= 5.0.0, < 7)
       noid (~> 0.9)
-    nokogiri (1.13.1)
+    nokogiri (1.13.10)
       mini_portile2 (~> 2.7.0)
       racc (~> 1.4)
     oai (1.1.0)
@@ -660,9 +660,9 @@ GEM
     omniauth-rails_csrf_protection (1.0.1)
       actionpack (>= 4.2)
       omniauth (~> 2.0)
-    omniauth-saml (2.1.0)
-      omniauth (~> 2.0)
-      ruby-saml (~> 1.12)
+    omniauth-saml (2.1.3)
+      omniauth (~> 2.1)
+      ruby-saml (~> 1.18)
     openseadragon (0.6.0)
       rails (> 3.2.0)
     orm_adapter (0.5.0)
@@ -836,8 +836,8 @@ GEM
       multipart-post
       oauth2
     ruby-progressbar (1.11.0)
-    ruby-saml (1.14.0)
-      nokogiri (>= 1.10.5)
+    ruby-saml (1.18.0)
+      nokogiri (>= 1.13.10)
       rexml
     ruby2_keywords (0.0.5)
     ruby_dep (1.5.0)
@@ -1038,10 +1038,11 @@ DEPENDENCIES
   jbuilder (~> 2.5)
   jquery-rails
   listen (>= 3.0.5, < 3.2)
+  nokogiri (= 1.13.10)
   omniauth
   omniauth-orcid
   omniauth-rails_csrf_protection
-  omniauth-saml (~> 2.1)
+  omniauth-saml (~> 2.1.3)
   pg
   puma (~> 3.11)
   rails (~> 5.2.6)
@@ -1069,4 +1070,4 @@ RUBY VERSION
    ruby 2.7.8p225
 
 BUNDLED WITH
-   2.1.4
+   2.1.4
\ No newline at end of file
-- 
GitLab