From 2d3d458bc4b4854fc0061414a0cedf5e10875514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:34:11 +0000 Subject: [PATCH] Bump devise-jwt from 0.11.0 to 0.12.1 Bumps [devise-jwt](https://github.com/waiting-for-dev/devise-jwt) from 0.11.0 to 0.12.1. - [Release notes](https://github.com/waiting-for-dev/devise-jwt/releases) - [Changelog](https://github.com/waiting-for-dev/devise-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/waiting-for-dev/devise-jwt/commits) --- updated-dependencies: - dependency-name: devise-jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 82ddbd8..27c48eb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -71,6 +71,7 @@ GEM appsignal (3.7.5) rack ast (2.4.2) + base64 (0.2.0) bcrypt (3.1.20) bigdecimal (3.1.8) bindex (0.8.1) @@ -108,14 +109,14 @@ GEM railties (>= 4.1.0) responders warden (~> 1.2.3) - devise-jwt (0.11.0) + devise-jwt (0.12.1) devise (~> 4.0) - warden-jwt_auth (~> 0.8) + warden-jwt_auth (~> 0.10) diff-lcs (1.5.1) dry-auto_inject (1.0.1) dry-core (~> 1.0) zeitwerk (~> 2.6) - dry-configurable (1.1.0) + dry-configurable (1.2.0) dry-core (~> 1.0, < 2) zeitwerk (~> 2.6) dry-core (1.0.1) @@ -193,7 +194,8 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.7.2) - jwt (2.7.1) + jwt (2.8.2) + base64 language_server-protocol (3.17.0.3) loofah (2.22.0) crass (~> 1.0.2) @@ -208,7 +210,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.24.0) + minitest (5.24.1) msgpack (1.7.2) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) @@ -362,7 +364,7 @@ GEM unicode-display_width (2.5.0) warden (1.2.9) rack (>= 2.0.9) - warden-jwt_auth (0.8.0) + warden-jwt_auth (0.10.0) dry-auto_inject (>= 0.8, < 2) dry-configurable (>= 0.13, < 2) jwt (~> 2.1)