Bump openid_connect
This commit is contained in:
parent
a49b7baf36
commit
0ee0b31e5c
2 changed files with 8 additions and 8 deletions
2
Gemfile
2
Gemfile
|
|
@ -150,7 +150,7 @@ gem "twitter", "5.16.0"
|
||||||
gem "omniauth-wordpress", "0.2.2"
|
gem "omniauth-wordpress", "0.2.2"
|
||||||
|
|
||||||
# OpenID Connect
|
# OpenID Connect
|
||||||
gem "openid_connect", "0.8.3"
|
gem "openid_connect", "0.10.0"
|
||||||
|
|
||||||
# Serializers
|
# Serializers
|
||||||
|
|
||||||
|
|
|
||||||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -543,17 +543,17 @@ GEM
|
||||||
open_graph_reader (0.6.1)
|
open_graph_reader (0.6.1)
|
||||||
faraday (~> 0.9.0)
|
faraday (~> 0.9.0)
|
||||||
nokogiri (~> 1.6)
|
nokogiri (~> 1.6)
|
||||||
openid_connect (0.8.3)
|
openid_connect (0.10.0)
|
||||||
activemodel
|
activemodel
|
||||||
attr_required (>= 0.0.5)
|
attr_required (>= 1.0.0)
|
||||||
json (>= 1.4.3)
|
json (>= 1.4.3)
|
||||||
json-jwt (>= 0.5.5)
|
json-jwt (>= 1.5.0)
|
||||||
rack-oauth2 (>= 1.0.0)
|
rack-oauth2 (>= 1.2.1)
|
||||||
swd (>= 0.1.2)
|
swd (>= 1.0.0)
|
||||||
tzinfo
|
tzinfo
|
||||||
validate_email
|
validate_email
|
||||||
validate_url
|
validate_url
|
||||||
webfinger (>= 0.0.2)
|
webfinger (>= 1.0.1)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
parser (2.3.0.4)
|
parser (2.3.0.4)
|
||||||
ast (~> 2.2)
|
ast (~> 2.2)
|
||||||
|
|
@ -962,7 +962,7 @@ DEPENDENCIES
|
||||||
omniauth-twitter (= 1.2.1)
|
omniauth-twitter (= 1.2.1)
|
||||||
omniauth-wordpress (= 0.2.2)
|
omniauth-wordpress (= 0.2.2)
|
||||||
open_graph_reader (= 0.6.1)
|
open_graph_reader (= 0.6.1)
|
||||||
openid_connect (= 0.8.3)
|
openid_connect (= 0.10.0)
|
||||||
pg (= 0.18.4)
|
pg (= 0.18.4)
|
||||||
pronto (= 0.5.3)
|
pronto (= 0.5.3)
|
||||||
pronto-haml (= 0.5.0)
|
pronto-haml (= 0.5.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue