Bump openid_connect
This commit is contained in:
parent
dc3d1d10a1
commit
14bbce0b59
1 changed files with 6 additions and 5 deletions
11
Gemfile.lock
11
Gemfile.lock
|
@ -93,6 +93,7 @@ GEM
|
|||
momentjs-rails (~> 2.8)
|
||||
sass-rails (~> 5.0)
|
||||
selectize-rails (~> 0.6)
|
||||
aes_key_wrap (1.0.1)
|
||||
apipie-rails (0.5.6)
|
||||
rails (>= 4.1)
|
||||
archive-zip (0.11.0)
|
||||
|
@ -424,8 +425,9 @@ GEM
|
|||
railties (>= 4.2.0)
|
||||
thor (>= 0.14, < 2.0)
|
||||
json (2.1.0)
|
||||
json-jwt (1.8.3)
|
||||
json-jwt (1.9.2)
|
||||
activesupport
|
||||
aes_key_wrap
|
||||
bindata
|
||||
securecompare
|
||||
url_safe_base64
|
||||
|
@ -511,10 +513,9 @@ GEM
|
|||
oauth2 (~> 1.1)
|
||||
omniauth (~> 1.2)
|
||||
open4 (1.3.4)
|
||||
openid_connect (1.1.4)
|
||||
openid_connect (1.1.5)
|
||||
activemodel
|
||||
attr_required (>= 1.0.0)
|
||||
json (>= 1.4.3)
|
||||
json-jwt (>= 1.5.0)
|
||||
rack-oauth2 (>= 1.6.1)
|
||||
swd (>= 1.0.0)
|
||||
|
@ -549,11 +550,11 @@ GEM
|
|||
rack
|
||||
rack-mini-profiler (0.10.7)
|
||||
rack (>= 1.2.0)
|
||||
rack-oauth2 (1.8.2)
|
||||
rack-oauth2 (1.9.0)
|
||||
activesupport
|
||||
attr_required
|
||||
httpclient
|
||||
json-jwt
|
||||
json-jwt (>= 1.9.0)
|
||||
rack
|
||||
rack-protection (2.0.1)
|
||||
rack
|
||||
|
|
Loading…
Reference in a new issue