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"
|
||||
|
||||
# OpenID Connect
|
||||
gem "openid_connect", "0.8.3"
|
||||
gem "openid_connect", "0.10.0"
|
||||
|
||||
# Serializers
|
||||
|
||||
|
|
|
|||
14
Gemfile.lock
14
Gemfile.lock
|
|
@ -543,17 +543,17 @@ GEM
|
|||
open_graph_reader (0.6.1)
|
||||
faraday (~> 0.9.0)
|
||||
nokogiri (~> 1.6)
|
||||
openid_connect (0.8.3)
|
||||
openid_connect (0.10.0)
|
||||
activemodel
|
||||
attr_required (>= 0.0.5)
|
||||
attr_required (>= 1.0.0)
|
||||
json (>= 1.4.3)
|
||||
json-jwt (>= 0.5.5)
|
||||
rack-oauth2 (>= 1.0.0)
|
||||
swd (>= 0.1.2)
|
||||
json-jwt (>= 1.5.0)
|
||||
rack-oauth2 (>= 1.2.1)
|
||||
swd (>= 1.0.0)
|
||||
tzinfo
|
||||
validate_email
|
||||
validate_url
|
||||
webfinger (>= 0.0.2)
|
||||
webfinger (>= 1.0.1)
|
||||
orm_adapter (0.5.0)
|
||||
parser (2.3.0.4)
|
||||
ast (~> 2.2)
|
||||
|
|
@ -962,7 +962,7 @@ DEPENDENCIES
|
|||
omniauth-twitter (= 1.2.1)
|
||||
omniauth-wordpress (= 0.2.2)
|
||||
open_graph_reader (= 0.6.1)
|
||||
openid_connect (= 0.8.3)
|
||||
openid_connect (= 0.10.0)
|
||||
pg (= 0.18.4)
|
||||
pronto (= 0.5.3)
|
||||
pronto-haml (= 0.5.0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue