From 9aeda314dbed71a3f3f31e669c952b82acc05744 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 17:53:47 +0000 Subject: [PATCH] chore(deps): 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 df04bf4..7e69a33 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.8' +gem 'jwt', '~> 3.2' gem 'oj', '~> 3.17' gem 'pg', '~> 1.5' gem 'prometheus-client', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 6364a31..a4cfe23 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.2) + 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.8) + jwt (~> 3.2) oj (~> 3.17) pg (~> 1.5) prometheus-client (~> 4.2)