From ee05eb122ea5520c76dac04463b44ae31fb2b5b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 May 2026 08:56:05 +0000 Subject: [PATCH] chore(deps): bump jwt from 2.10.3 to 3.2.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.3 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.3...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 c220d01..d0d265f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'connection_pool', '~> 2.4' gem 'dry-validation', '~> 1.10' gem 'httpx', '~> 1.3' gem 'iodine', '~> 0.7' -gem 'jwt', '>= 2.10.3', '< 3' +gem 'jwt', '>= 2.10.3', '< 4' gem 'oj', '~> 3.17' gem 'pg', '~> 1.5' gem 'prometheus-client', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 8d7e7ab..4f67f7c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM http-2 (>= 1.1.3) io-console (0.8.2) iodine (0.7.58) - jwt (2.10.3) + jwt (3.2.0) base64 logger (1.7.0) method_source (1.1.0) @@ -153,7 +153,7 @@ DEPENDENCIES dry-validation (~> 1.10) httpx (~> 1.3) iodine (~> 0.7) - jwt (>= 2.10.3, < 3) + jwt (>= 2.10.3, < 4) oj (~> 3.17) pg (~> 1.5) prometheus-client (~> 4.2)