Update omniauth to version 2.1.4

This commit is contained in:
depfu[bot] 2026-02-05 11:20:12 +00:00 committed by GitHub
parent 173d12ad91
commit b0c53a8e9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -235,7 +235,8 @@ GEM
sysexits (~> 1.1) sysexits (~> 1.1)
hashdiff (1.0.1) hashdiff (1.0.1)
hashery (2.1.2) hashery (2.1.2)
hashie (5.0.0) hashie (5.1.0)
logger
htmlentities (4.3.4) htmlentities (4.3.4)
i18n (1.14.7) i18n (1.14.7)
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
@ -352,8 +353,9 @@ GEM
rack (>= 1.2, < 4) rack (>= 1.2, < 4)
snaky_hash (~> 2.0, >= 2.0.3) snaky_hash (~> 2.0, >= 2.0.3)
version_gem (>= 1.1.8, < 3) version_gem (>= 1.1.8, < 3)
omniauth (2.1.3) omniauth (2.1.4)
hashie (>= 3.4.6) hashie (>= 3.4.6)
logger
rack (>= 2.2.3) rack (>= 2.2.3)
rack-protection rack-protection
omniauth-facebook (8.0.0) omniauth-facebook (8.0.0)
@ -421,11 +423,11 @@ GEM
puma (6.6.1) puma (6.6.1)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.8.1) racc (1.8.1)
rack (3.1.18) rack (3.1.19)
rack-openid (1.4.2) rack-openid (1.4.2)
rack (>= 1.1.0) rack (>= 1.1.0)
ruby-openid (>= 2.1.8) ruby-openid (>= 2.1.8)
rack-protection (4.1.1) rack-protection (4.2.1)
base64 (>= 0.1.0) base64 (>= 0.1.0)
logger (>= 1.6.0) logger (>= 1.6.0)
rack (>= 3.0.0, < 4) rack (>= 3.0.0, < 4)