From 7dbdd8c03bfb07f419d829cd307a77fea0bfef34 Mon Sep 17 00:00:00 2001 From: David Freedman Date: Sun, 18 Dec 2022 19:57:54 +0000 Subject: [PATCH] Bump ruby-jwt and json-jwt to support OpenSSL 3.0 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 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 25ffebdbe146b5..a158fca19fbd27 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -330,7 +330,7 @@ GEM jmespath (1.6.2) json (2.6.2) 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)