From ee94af734bae02f3e610eabd4ee197af9d96d429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 16:57:25 +0000 Subject: [PATCH] chore(deps): bump jwt from 2.10.2 to 3.1.2 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.2 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.2...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 | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cfa9e67..63d9d78 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "rails-i18n", "~> 8.0" gem "cancancan", "~> 3.6" # JWT for secure cross-domain authentication -gem "jwt", "~> 2.7" +gem "jwt", "~> 3.1" # Service object utilities gem "attr_extras", "~> 7.1" diff --git a/Gemfile.lock b/Gemfile.lock index 970a047..bdabf2d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -246,7 +246,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) json (2.13.2) - jwt (2.10.2) + jwt (3.1.2) base64 kamal (2.7.0) activesupport (>= 7.0) @@ -646,7 +646,7 @@ DEPENDENCIES ice_cube (~> 0.17) importmap-rails jbuilder - jwt (~> 2.7) + jwt (~> 3.1) kamal kaminari (~> 1.2) kaminari-mongoid (~> 1.0)