From 092ddd995a3203957b404e343ec032f5bf2172f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:38:41 +0000 Subject: [PATCH] Bump jwt from 2.2.3 to 2.10.3 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.2.3 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.2.3...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 a9a2dcd..91497b2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -31,6 +31,7 @@ GEM aws-sigv4 (1.2.4) aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) + base64 (0.3.0) claide (1.0.3) cocoapods (1.10.1) addressable (~> 2.6) @@ -196,7 +197,8 @@ GEM concurrent-ruby (~> 1.0) jmespath (1.4.0) json (2.5.1) - jwt (2.2.3) + jwt (2.10.3) + base64 memoist (0.16.2) mini_magick (4.11.0) mini_mime (1.1.0)