From 365d8b969bc0e30edf17982019d484b61025ab36 Mon Sep 17 00:00:00 2001 From: Christina Chortaria Date: Tue, 18 Jun 2024 18:35:26 -0400 Subject: [PATCH] Update omniauth-cas related to https://github.com/pulibrary/dacs_handbook/issues/192 Co-authored-by: Jane Sandberg --- Gemfile.lock | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fb433a2..3c57ea9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -87,6 +87,7 @@ GEM ast (2.4.2) autoprefixer-rails (10.4.16.0) execjs (~> 2) + base64 (0.2.0) bcrypt (3.1.20) bcrypt_pbkdf (1.1.0) blacklight (8.1.0) @@ -207,7 +208,7 @@ GEM matrix (0.4.2) method_source (1.0.0) mini_mime (1.1.5) - mini_portile2 (2.8.6) + mini_portile2 (2.8.7) minitest (5.22.2) modernizr-rails (2.7.1) mutex_m (0.2.0) @@ -224,17 +225,18 @@ GEM net-protocol net-ssh (7.2.1) nio4r (2.7.0) - nokogiri (1.16.5) + nokogiri (1.16.6) mini_portile2 (~> 2.8.2) racc (~> 1.4) normalize-rails (3.0.3) - omniauth (1.9.2) + omniauth (2.1.2) hashie (>= 3.4.6) - rack (>= 1.6.2, < 3) - omniauth-cas (2.0.0) - addressable (~> 2.3) - nokogiri (~> 1.5) - omniauth (~> 1.2) + rack (>= 2.2.3) + rack-protection + omniauth-cas (3.0.0) + addressable (~> 2.8) + nokogiri (~> 1.12) + omniauth (~> 2.1) orm_adapter (0.5.0) ostruct (0.6.0) parallel (1.24.0) @@ -249,11 +251,14 @@ GEM pry-byebug (3.10.1) byebug (~> 11.0) pry (>= 0.13, < 0.15) - public_suffix (5.0.4) + public_suffix (5.1.1) puma (6.4.2) nio4r (~> 2.0) - racc (1.7.3) - rack (2.2.8.1) + racc (1.8.0) + rack (2.2.9) + rack-protection (3.2.0) + base64 (>= 0.1.0) + rack (~> 2.2, >= 2.2.4) rack-proxy (0.7.7) rack rack-test (2.1.0)