Bump openid_connect

This commit is contained in:
Benjamin Neff 2021-06-28 00:18:02 +02:00
parent 72ad6fd23b
commit 72b66a2782
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 4 additions and 4 deletions

View file

@ -165,7 +165,7 @@ gem "omniauth-wordpress", "0.2.2"
gem "twitter", "7.0.0" gem "twitter", "7.0.0"
# OpenID Connect # OpenID Connect
gem "openid_connect", "1.1.8" gem "openid_connect", "1.2.0"
# Serializers # Serializers

View file

@ -453,7 +453,7 @@ GEM
open_graph_reader (0.7.1) open_graph_reader (0.7.1)
faraday (>= 0.9.0) faraday (>= 0.9.0)
nokogiri (~> 1.6) nokogiri (~> 1.6)
openid_connect (1.1.8) openid_connect (1.2.0)
activemodel activemodel
attr_required (>= 1.0.0) attr_required (>= 1.0.0)
json-jwt (>= 1.5.0) json-jwt (>= 1.5.0)
@ -512,7 +512,7 @@ GEM
activesupport activesupport
rack-mobile-detect (0.4.0) rack-mobile-detect (0.4.0)
rack rack
rack-oauth2 (1.16.0) rack-oauth2 (1.17.0)
activesupport activesupport
attr_required attr_required
httpclient httpclient
@ -858,7 +858,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.1) open_graph_reader (= 0.7.1)
openid_connect (= 1.1.8) openid_connect (= 1.2.0)
pg (= 1.2.3) pg (= 1.2.3)
pronto (= 0.11.0) pronto (= 0.11.0)
pronto-eslint (= 0.11.0) pronto-eslint (= 0.11.0)