From ba1d5fc3b2141fb5594042a7addcd4c63d0d4992 Mon Sep 17 00:00:00 2001 From: Anusha Ranganathan <anusha@cottagelabs.com> Date: Tue, 18 Mar 2025 21:29:15 +0530 Subject: [PATCH] Updated omniauth gem --- hyrax/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyrax/Gemfile b/hyrax/Gemfile index 6d629561..51718a34 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.2' gem "blacklight_range_limit" gem 'http-cookie' -- GitLab