Bump openid_connect
This commit is contained in:
parent
72ad6fd23b
commit
72b66a2782
2 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue