Update the omniauth-saml to 2.2.4

This commit is contained in:
Anamika Aggarwal
2025-06-13 03:57:07 +00:00
committed by Javi Martín
parent 26df59af02
commit 5726bcef07
2 changed files with 6 additions and 6 deletions

View File

@@ -38,7 +38,7 @@ gem "omniauth", "~> 2.1.3"
gem "omniauth-facebook", "~> 10.0.0" gem "omniauth-facebook", "~> 10.0.0"
gem "omniauth-google-oauth2", "~> 1.2.1" gem "omniauth-google-oauth2", "~> 1.2.1"
gem "omniauth-rails_csrf_protection", "~> 1.0.2" gem "omniauth-rails_csrf_protection", "~> 1.0.2"
gem "omniauth-saml", "~> 2.1.0" gem "omniauth-saml", "~> 2.2.4"
gem "omniauth-twitter", "~> 1.4.0" gem "omniauth-twitter", "~> 1.4.0"
gem "paranoia", "~> 3.0.1" gem "paranoia", "~> 3.0.1"
gem "pg", "~> 1.5.9" gem "pg", "~> 1.5.9"

View File

@@ -440,9 +440,9 @@ GEM
omniauth-rails_csrf_protection (1.0.2) omniauth-rails_csrf_protection (1.0.2)
actionpack (>= 4.2) actionpack (>= 4.2)
omniauth (~> 2.0) omniauth (~> 2.0)
omniauth-saml (2.1.0) omniauth-saml (2.2.4)
omniauth (~> 2.0) omniauth (~> 2.1)
ruby-saml (~> 1.12) ruby-saml (~> 1.18)
omniauth-twitter (1.4.0) omniauth-twitter (1.4.0)
omniauth-oauth (~> 1.1) omniauth-oauth (~> 1.1)
rack rack
@@ -612,7 +612,7 @@ GEM
rubocop-rspec (~> 3, >= 3.0.1) rubocop-rspec (~> 3, >= 3.0.1)
ruby-progressbar (1.13.0) ruby-progressbar (1.13.0)
ruby-rc4 (0.1.5) ruby-rc4 (0.1.5)
ruby-saml (1.15.0) ruby-saml (1.18.0)
nokogiri (>= 1.13.10) nokogiri (>= 1.13.10)
rexml rexml
ruby-vips (2.2.3) ruby-vips (2.2.3)
@@ -803,7 +803,7 @@ DEPENDENCIES
omniauth-facebook (~> 10.0.0) omniauth-facebook (~> 10.0.0)
omniauth-google-oauth2 (~> 1.2.1) omniauth-google-oauth2 (~> 1.2.1)
omniauth-rails_csrf_protection (~> 1.0.2) omniauth-rails_csrf_protection (~> 1.0.2)
omniauth-saml (~> 2.1.0) omniauth-saml (~> 2.2.4)
omniauth-twitter (~> 1.4.0) omniauth-twitter (~> 1.4.0)
paranoia (~> 3.0.1) paranoia (~> 3.0.1)
pdf-reader (~> 2.14.1) pdf-reader (~> 2.14.1)