From ae9a3426bfd2c1f7b15d917a99917dbf18c20a20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 20:22:18 +0000 Subject: [PATCH] Bump jwt from 3.0.0 to 3.1.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 3.0.0 to 3.1.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/v3.0.0...v3.1.0) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7b6f979..93f3f81 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -128,7 +128,7 @@ GEM rdoc (>= 4.0.0) reline (>= 0.4.2) json (2.12.2) - jwt (3.0.0) + jwt (3.1.0) base64 kamal (2.7.0) activesupport (>= 7.0)