From 48f792c20e5a4c72f2bdf7eefd4fa6ca186c8b33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 09:29:00 -0400 Subject: [PATCH] Bump jwt from 2.10.1 to 2.10.2 (#2426) Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.1 to 2.10.2. - [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.10.1...v2.10.2) --- updated-dependencies: - dependency-name: jwt dependency-version: 2.10.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6befdec8..1b51ae61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -273,7 +273,7 @@ GEM activesupport (>= 5.0.0) jmespath (1.6.2) json (2.12.2) - jwt (2.10.1) + jwt (2.10.2) base64 language_server-protocol (3.17.0.5) launchy (3.1.1)