From ca872451a964d7acbc31bffeacdc6ab7186e64c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:47:35 +0000 Subject: [PATCH] Bump jwt from 2.10.2 to 3.2.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.2 to 3.2.0. - [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.2.0) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2e8def0b..045139d1 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'grape-middleware-logger', path: 'vendor/grape-middleware-logger' gem 'hashie', '~> 5.0' gem 'hashie-forbidden_attributes', '~> 0.1' gem 'jsonpath', '~> 1.1' -gem 'jwt', '~> 2.10' +gem 'jwt', '~> 3.2' gem 'kaminari', '~> 1.2' gem 'ostruct', '~> 0.6' gem 'parallel', '~> 1.27' diff --git a/Gemfile.lock b/Gemfile.lock index 96069b78..d5010637 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,7 +197,7 @@ GEM addressable (~> 2.8) jsonpath (1.1.5) multi_json - jwt (2.10.2) + jwt (3.2.0) base64 kaminari (1.2.2) activesupport (>= 4.1.0) @@ -468,7 +468,7 @@ DEPENDENCIES irb (~> 1.15) json-schema (~> 5.1) jsonpath (~> 1.1) - jwt (~> 2.10) + jwt (~> 3.2) kaminari (~> 1.2) kramdown (~> 2.5) kramdown-parser-gfm (~> 1.1)