From 11fe9dde233f0621a80c6561abfc36751c86911a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:49:58 +0000 Subject: [PATCH] Bump jwt from 3.0.0 to 3.1.1 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 3.0.0 to 3.1.1. - [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.1) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.1.1 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..00b50f7 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.1) base64 kamal (2.7.0) activesupport (>= 7.0)