Bump openid_connect
This commit is contained in:
parent
1c621dc999
commit
027c0420c9
2 changed files with 14 additions and 14 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", "2.2.0"
|
||||
gem "openid_connect", "2.3.0"
|
||||
|
||||
# Serializers
|
||||
|
||||
|
|
|
|||
26
Gemfile.lock
26
Gemfile.lock
|
|
@ -82,7 +82,7 @@ GEM
|
|||
ast (2.4.2)
|
||||
attr_encrypted (4.0.0)
|
||||
encryptor (~> 3.0.0)
|
||||
attr_required (1.0.1)
|
||||
attr_required (1.0.2)
|
||||
autoprefixer-rails (10.4.16.0)
|
||||
execjs (~> 2)
|
||||
babel-source (5.8.35)
|
||||
|
|
@ -91,7 +91,7 @@ GEM
|
|||
execjs (~> 2.0)
|
||||
base64 (0.2.0)
|
||||
bcrypt (3.1.20)
|
||||
bindata (2.4.15)
|
||||
bindata (2.5.0)
|
||||
bootstrap-sass (3.4.1)
|
||||
autoprefixer-rails (>= 5.2.1)
|
||||
sassc (>= 2.0.0)
|
||||
|
|
@ -223,6 +223,8 @@ GEM
|
|||
docile (1.4.0)
|
||||
domain_name (0.5.20190701)
|
||||
unf (>= 0.0.5, < 1.0.0)
|
||||
email_validator (2.2.4)
|
||||
activemodel
|
||||
encryptor (3.0.0)
|
||||
equalizer (0.0.11)
|
||||
erubi (1.12.0)
|
||||
|
|
@ -364,9 +366,10 @@ GEM
|
|||
rails (>= 4.0, < 8.0)
|
||||
sprockets (>= 3.0.0)
|
||||
json (2.7.2)
|
||||
json-jwt (1.16.3)
|
||||
json-jwt (1.16.6)
|
||||
activesupport (>= 4.2)
|
||||
aes_key_wrap
|
||||
base64
|
||||
bindata
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
|
|
@ -476,17 +479,17 @@ GEM
|
|||
open_graph_reader (0.7.2)
|
||||
faraday (>= 0.9.0)
|
||||
nokogiri (~> 1.6)
|
||||
openid_connect (2.2.0)
|
||||
openid_connect (2.3.0)
|
||||
activemodel
|
||||
attr_required (>= 1.0.0)
|
||||
email_validator
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
json-jwt (>= 1.16)
|
||||
net-smtp
|
||||
mail
|
||||
rack-oauth2 (~> 2.2)
|
||||
swd (~> 2.0)
|
||||
tzinfo
|
||||
validate_email
|
||||
validate_url
|
||||
webfinger (~> 2.0)
|
||||
orm_adapter (0.5.0)
|
||||
|
|
@ -535,7 +538,7 @@ GEM
|
|||
activesupport
|
||||
rack-mobile-detect (0.4.0)
|
||||
rack
|
||||
rack-oauth2 (2.2.0)
|
||||
rack-oauth2 (2.2.1)
|
||||
activesupport
|
||||
attr_required
|
||||
faraday (~> 2.0)
|
||||
|
|
@ -703,7 +706,7 @@ GEM
|
|||
ssrf_filter (1.1.2)
|
||||
state_machines (0.5.0)
|
||||
string-direction (1.2.2)
|
||||
swd (2.0.2)
|
||||
swd (2.0.3)
|
||||
activesupport (>= 3)
|
||||
attr_required (>= 0.0.5)
|
||||
faraday (~> 2.0)
|
||||
|
|
@ -752,9 +755,6 @@ GEM
|
|||
uuid (2.3.9)
|
||||
macaddr (~> 1.0)
|
||||
valid (1.2.0)
|
||||
validate_email (0.1.6)
|
||||
activemodel (>= 3.0)
|
||||
mail (>= 2.2.5)
|
||||
validate_url (1.0.15)
|
||||
activemodel (>= 3.0.0)
|
||||
public_suffix
|
||||
|
|
@ -765,7 +765,7 @@ GEM
|
|||
yard (~> 0.9.20)
|
||||
warden (1.2.9)
|
||||
rack (>= 2.0.9)
|
||||
webfinger (2.1.2)
|
||||
webfinger (2.1.3)
|
||||
activesupport
|
||||
faraday (~> 2.0)
|
||||
faraday-follow_redirects
|
||||
|
|
@ -852,7 +852,7 @@ DEPENDENCIES
|
|||
omniauth-twitter (= 1.4.0)
|
||||
omniauth-wordpress (= 0.2.2)
|
||||
open_graph_reader (= 0.7.2)
|
||||
openid_connect (= 2.2.0)
|
||||
openid_connect (= 2.3.0)
|
||||
pg (= 1.5.6)
|
||||
pronto (= 0.11.1)
|
||||
pronto-eslint (= 0.11.1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue