From f50eff5fa0c0b461bc5229018ea09497caa7962d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 15:18:46 +0000 Subject: [PATCH] Bump jwt from 2.9.3 to 2.10.1 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.9.3 to 2.10.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/v2.9.3...v2.10.1) --- updated-dependencies: - dependency-name: jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b3627182..b122dd76 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "tldv", "~> 0.1.0" gem "view_component" -gem "jwt", "~> 2.9" +gem "jwt", "~> 2.10" group :development do gem "binding_of_caller" diff --git a/Gemfile.lock b/Gemfile.lock index 7c2b3951..289fd0c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -249,7 +249,7 @@ GEM json (2.8.2) json-schema (5.1.0) addressable (~> 2.8) - jwt (2.9.3) + jwt (2.10.1) base64 kaminari (1.2.2) activesupport (>= 4.1.0) @@ -592,7 +592,7 @@ DEPENDENCIES i18n-js (= 4.0) jsbundling-rails (~> 1.3) json-schema - jwt (~> 2.9) + jwt (~> 2.10) letter_opener lograge mail (~> 2.7.1)