From 16507d758e3fda9a4c48935bb58869a870b9be4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 23:08:27 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20jwt?= =?UTF-8?q?=20to=20v3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7ef7a934..3dbb1b77 100644 --- a/Gemfile +++ b/Gemfile @@ -14,7 +14,7 @@ gem "pg", "~> 1.6.0" # Start debugger with binding.b [https://github.com/ruby/debug] # gem "debug", ">= 1.0.0" gem "sprockets-rails", "~> 3.5.0" -gem "jwt", "~> 2.10.0" +gem "jwt", "~> 3.1.0" group :development do gem "yard", "~> 0.9.34" diff --git a/Gemfile.lock b/Gemfile.lock index 31b56d29..4290b6ba 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -184,7 +184,7 @@ GEM railties (>= 4.2.0) thor (>= 0.14, < 2.0) json (2.15.1) - jwt (2.10.2) + jwt (3.1.2) base64 kaminari (1.2.2) activesupport (>= 4.1.0) @@ -430,7 +430,7 @@ PLATFORMS DEPENDENCIES captive-sdk! factory_bot_rails (~> 6.5.0) - jwt (~> 2.10.0) + jwt (~> 3.1.0) pg (~> 1.6.0) puma (~> 6.6.0) rails (~> 7.1.0)