From 1f0dd23958c5ce13ca2d29042e767ff78cb793d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:18:25 +0000 Subject: [PATCH] Bump jwt from 2.1.0 to 2.10.3 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.1.0 to 2.10.3. - [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.1.0...v2.10.3) --- updated-dependencies: - dependency-name: jwt dependency-version: 2.10.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f2b1aed..1da5f3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,6 +3,7 @@ GEM specs: addressable (2.6.0) public_suffix (>= 2.0.2, < 4.0) + base64 (0.3.0) chronic (0.10.2) declarative (0.0.10) declarative-option (0.1.0) @@ -24,7 +25,8 @@ GEM os (>= 0.9, < 2.0) signet (~> 0.7) httpclient (2.8.3) - jwt (2.1.0) + jwt (2.10.3) + base64 memoist (0.16.0) mime-types (3.2.2) mime-types-data (~> 3.2015)