about summary refs log tree commit diff
path: root/Gemfile.lock
diff options
context:
space:
mode:
authorDavid Freedman <lcreg-github@convergence.cx>2023-01-05 12:43:56 +0000
committerGitHub <noreply@github.com>2023-01-05 13:43:56 +0100
commitce74991bb218479f3e9268a909a20f6666511d70 (patch)
tree70b4313b8c1f7b81cf975f443170aa733bf8b895 /Gemfile.lock
parenta3b24d483eccffd01a1262dcc0dcd60a634b65ab (diff)
Bump ruby-jwt and json-jwt to support OpenSSL 3.0 (#22457)
Bump ruby-jwt and json-jwt to support OmniAuth OIDC w/ OpenSSL 3.0 

* https://github.com/jwt/ruby-jwt/issues/495
* https://github.com/nov/json-jwt/issues/100
Diffstat (limited to 'Gemfile.lock')
-rw-r--r--Gemfile.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index c7d88688b..d348bdacd 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -330,7 +330,7 @@ GEM
     jmespath (1.6.2)
     json (2.6.3)
     json-canonicalization (0.3.0)
-    json-jwt (1.13.0)
+    json-jwt (1.14.0)
       activesupport (>= 4.2)
       aes_key_wrap
       bindata
@@ -347,7 +347,7 @@ GEM
     json-schema (3.0.0)
       addressable (>= 2.8)
     jsonapi-renderer (0.2.2)
-    jwt (2.4.1)
+    jwt (2.5.0)
     kaminari (1.2.2)
       activesupport (>= 4.1.0)
       kaminari-actionview (= 1.2.2)