Bump openid_connect

This commit is contained in:
Benjamin Neff 2024-05-30 03:37:51 +02:00
parent 1c621dc999
commit 027c0420c9
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 14 additions and 14 deletions

View file

@ -133,7 +133,7 @@ gem "omniauth-wordpress", "0.2.2"
gem "twitter", "8.0.0" gem "twitter", "8.0.0"
# OpenID Connect # OpenID Connect
gem "openid_connect", "2.2.0" gem "openid_connect", "2.3.0"
# Serializers # Serializers

View file

@ -82,7 +82,7 @@ GEM
ast (2.4.2) ast (2.4.2)
attr_encrypted (4.0.0) attr_encrypted (4.0.0)
encryptor (~> 3.0.0) encryptor (~> 3.0.0)
attr_required (1.0.1) attr_required (1.0.2)
autoprefixer-rails (10.4.16.0) autoprefixer-rails (10.4.16.0)
execjs (~> 2) execjs (~> 2)
babel-source (5.8.35) babel-source (5.8.35)
@ -91,7 +91,7 @@ GEM
execjs (~> 2.0) execjs (~> 2.0)
base64 (0.2.0) base64 (0.2.0)
bcrypt (3.1.20) bcrypt (3.1.20)
bindata (2.4.15) bindata (2.5.0)
bootstrap-sass (3.4.1) bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1) autoprefixer-rails (>= 5.2.1)
sassc (>= 2.0.0) sassc (>= 2.0.0)
@ -223,6 +223,8 @@ GEM
docile (1.4.0) docile (1.4.0)
domain_name (0.5.20190701) domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0) unf (>= 0.0.5, < 1.0.0)
email_validator (2.2.4)
activemodel
encryptor (3.0.0) encryptor (3.0.0)
equalizer (0.0.11) equalizer (0.0.11)
erubi (1.12.0) erubi (1.12.0)
@ -364,9 +366,10 @@ GEM
rails (>= 4.0, < 8.0) rails (>= 4.0, < 8.0)
sprockets (>= 3.0.0) sprockets (>= 3.0.0)
json (2.7.2) json (2.7.2)
json-jwt (1.16.3) json-jwt (1.16.6)
activesupport (>= 4.2) activesupport (>= 4.2)
aes_key_wrap aes_key_wrap
base64
bindata bindata
faraday (~> 2.0) faraday (~> 2.0)
faraday-follow_redirects faraday-follow_redirects
@ -476,17 +479,17 @@ GEM
open_graph_reader (0.7.2) open_graph_reader (0.7.2)
faraday (>= 0.9.0) faraday (>= 0.9.0)
nokogiri (~> 1.6) nokogiri (~> 1.6)
openid_connect (2.2.0) openid_connect (2.3.0)
activemodel activemodel
attr_required (>= 1.0.0) attr_required (>= 1.0.0)
email_validator
faraday (~> 2.0) faraday (~> 2.0)
faraday-follow_redirects faraday-follow_redirects
json-jwt (>= 1.16) json-jwt (>= 1.16)
net-smtp mail
rack-oauth2 (~> 2.2) rack-oauth2 (~> 2.2)
swd (~> 2.0) swd (~> 2.0)
tzinfo tzinfo
validate_email
validate_url validate_url
webfinger (~> 2.0) webfinger (~> 2.0)
orm_adapter (0.5.0) orm_adapter (0.5.0)
@ -535,7 +538,7 @@ GEM
activesupport activesupport
rack-mobile-detect (0.4.0) rack-mobile-detect (0.4.0)
rack rack
rack-oauth2 (2.2.0) rack-oauth2 (2.2.1)
activesupport activesupport
attr_required attr_required
faraday (~> 2.0) faraday (~> 2.0)
@ -703,7 +706,7 @@ GEM
ssrf_filter (1.1.2) ssrf_filter (1.1.2)
state_machines (0.5.0) state_machines (0.5.0)
string-direction (1.2.2) string-direction (1.2.2)
swd (2.0.2) swd (2.0.3)
activesupport (>= 3) activesupport (>= 3)
attr_required (>= 0.0.5) attr_required (>= 0.0.5)
faraday (~> 2.0) faraday (~> 2.0)
@ -752,9 +755,6 @@ GEM
uuid (2.3.9) uuid (2.3.9)
macaddr (~> 1.0) macaddr (~> 1.0)
valid (1.2.0) valid (1.2.0)
validate_email (0.1.6)
activemodel (>= 3.0)
mail (>= 2.2.5)
validate_url (1.0.15) validate_url (1.0.15)
activemodel (>= 3.0.0) activemodel (>= 3.0.0)
public_suffix public_suffix
@ -765,7 +765,7 @@ GEM
yard (~> 0.9.20) yard (~> 0.9.20)
warden (1.2.9) warden (1.2.9)
rack (>= 2.0.9) rack (>= 2.0.9)
webfinger (2.1.2) webfinger (2.1.3)
activesupport activesupport
faraday (~> 2.0) faraday (~> 2.0)
faraday-follow_redirects faraday-follow_redirects
@ -852,7 +852,7 @@ DEPENDENCIES
omniauth-twitter (= 1.4.0) omniauth-twitter (= 1.4.0)
omniauth-wordpress (= 0.2.2) omniauth-wordpress (= 0.2.2)
open_graph_reader (= 0.7.2) open_graph_reader (= 0.7.2)
openid_connect (= 2.2.0) openid_connect (= 2.3.0)
pg (= 1.5.6) pg (= 1.5.6)
pronto (= 0.11.1) pronto (= 0.11.1)
pronto-eslint (= 0.11.1) pronto-eslint (= 0.11.1)