Bump openid_connect
This commit is contained in:
parent
62fdac807e
commit
c665d01cc5
2 changed files with 22 additions and 16 deletions
2
Gemfile
2
Gemfile
|
|
@ -133,7 +133,7 @@ gem "omniauth-wordpress", "0.2.2"
|
|||
gem "twitter", "8.0.0"
|
||||
|
||||
# OpenID Connect
|
||||
gem "openid_connect", "1.3.0"
|
||||
gem "openid_connect", "2.2.0"
|
||||
|
||||
# Serializers
|
||||
|
||||
|
|
|
|||
36
Gemfile.lock
36
Gemfile.lock
|
|
@ -337,7 +337,6 @@ GEM
|
|||
httparty (0.21.0)
|
||||
mini_mime (>= 1.0.0)
|
||||
multi_xml (>= 0.5.2)
|
||||
httpclient (2.8.3)
|
||||
i18n (1.14.1)
|
||||
concurrent-ruby (~> 1.0)
|
||||
idn-ruby (0.1.0)
|
||||
|
|
@ -364,11 +363,12 @@ GEM
|
|||
rails (>= 4.0, < 8.0)
|
||||
sprockets (>= 3.0.0)
|
||||
json (2.6.3)
|
||||
json-jwt (1.15.3)
|
||||
json-jwt (1.16.3)
|
||||
activesupport (>= 4.2)
|
||||
aes_key_wrap
|
||||
bindata
|
||||
httpclient
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
json-schema (4.0.0)
|
||||
addressable (>= 2.8)
|
||||
jsonpath (1.1.2)
|
||||
|
|
@ -469,16 +469,19 @@ GEM
|
|||
open_graph_reader (0.7.2)
|
||||
faraday (>= 0.9.0)
|
||||
nokogiri (~> 1.6)
|
||||
openid_connect (1.3.0)
|
||||
openid_connect (2.2.0)
|
||||
activemodel
|
||||
attr_required (>= 1.0.0)
|
||||
json-jwt (>= 1.5.0)
|
||||
rack-oauth2 (>= 1.6.1)
|
||||
swd (>= 1.0.0)
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
json-jwt (>= 1.16)
|
||||
net-smtp
|
||||
rack-oauth2 (~> 2.2)
|
||||
swd (~> 2.0)
|
||||
tzinfo
|
||||
validate_email
|
||||
validate_url
|
||||
webfinger (>= 1.0.1)
|
||||
webfinger (~> 2.0)
|
||||
orm_adapter (0.5.0)
|
||||
parallel (1.23.0)
|
||||
parser (3.2.2.3)
|
||||
|
|
@ -525,10 +528,11 @@ GEM
|
|||
activesupport
|
||||
rack-mobile-detect (0.4.0)
|
||||
rack
|
||||
rack-oauth2 (1.19.0)
|
||||
rack-oauth2 (2.2.0)
|
||||
activesupport
|
||||
attr_required
|
||||
httpclient
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
json-jwt (>= 1.11.0)
|
||||
rack (>= 2.1.0)
|
||||
rack-piwik (0.3.0)
|
||||
|
|
@ -691,10 +695,11 @@ GEM
|
|||
ssrf_filter (1.1.1)
|
||||
state_machines (0.5.0)
|
||||
string-direction (1.2.2)
|
||||
swd (1.3.0)
|
||||
swd (2.0.2)
|
||||
activesupport (>= 3)
|
||||
attr_required (>= 0.0.5)
|
||||
httpclient (>= 2.4)
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
sys-uname (1.2.3)
|
||||
ffi (~> 1.1)
|
||||
sysexits (1.2.0)
|
||||
|
|
@ -751,9 +756,10 @@ GEM
|
|||
yard (~> 0.9.20)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
webfinger (1.2.0)
|
||||
webfinger (2.1.2)
|
||||
activesupport
|
||||
httpclient (>= 2.4)
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
webmock (3.18.1)
|
||||
addressable (>= 2.8.0)
|
||||
crack (>= 0.3.2)
|
||||
|
|
@ -837,7 +843,7 @@ DEPENDENCIES
|
|||
omniauth-twitter (= 1.4.0)
|
||||
omniauth-wordpress (= 0.2.2)
|
||||
open_graph_reader (= 0.7.2)
|
||||
openid_connect (= 1.3.0)
|
||||
openid_connect (= 2.2.0)
|
||||
pg (= 1.5.3)
|
||||
pronto (= 0.11.1)
|
||||
pronto-eslint (= 0.11.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue