From 7ba255d9563bf9ff84c4900501e6284db22de50f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Sep 2025 11:06:55 +0000 Subject: [PATCH] Bump jwt from 2.10.1 to 3.1.2 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.1 to 3.1.2. - [Release notes](https://github.com/jwt/ruby-jwt/releases) - [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md) - [Commits](https://github.com/jwt/ruby-jwt/compare/v2.10.1...v3.1.2) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index c842d3c..3f0ed1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM addressable (~> 2.8) bigdecimal (~> 3.1) jsonapi-renderer (0.2.2) - jwt (2.10.1) + jwt (3.1.2) base64 language_server-protocol (3.17.0.5) lint_roller (1.1.0) @@ -213,6 +213,8 @@ GEM racc (~> 1.4) nokogiri (1.18.8-arm64-darwin) racc (~> 1.4) + nokogiri (1.18.8-x86_64-linux-gnu) + racc (~> 1.4) orm_adapter (0.5.0) pagy (6.5.0) parallel (1.27.0) @@ -395,10 +397,10 @@ GEM base64 warden (1.2.9) rack (>= 2.0.9) - warden-jwt_auth (0.11.0) + warden-jwt_auth (0.12.0) dry-auto_inject (>= 0.8, < 2) dry-configurable (>= 0.13, < 2) - jwt (~> 2.1) + jwt (>= 2.1, < 4) warden (~> 1.2) webmock (3.25.1) addressable (>= 2.8.0) @@ -413,6 +415,7 @@ GEM PLATFORMS aarch64-linux-gnu arm64-darwin-24 + x86_64-linux DEPENDENCIES active_model_serializers (~> 0.10.14)