From 698eebe5a027e52416823c6de5907e895e8a3007 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 09:51:13 +0000 Subject: [PATCH] Bump jwt from 2.7.1 to 2.8.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.7.1 to 2.8.0. - [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.7.1...v2.8.0) --- updated-dependencies: - dependency-name: jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b2165a59..a91317d5 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "tldv", "~> 0.1.0" gem "view_component" -gem "jwt", "~> 2.7" +gem "jwt", "~> 2.8" group :development do gem "binding_of_caller" diff --git a/Gemfile.lock b/Gemfile.lock index bc3ccb90..9cbfd099 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,6 +84,7 @@ GEM addressable (2.8.5) public_suffix (>= 2.0.2, < 6.0) ast (2.4.2) + base64 (0.2.0) bcrypt (3.1.20) better_errors (2.10.1) erubi (>= 1.0.0) @@ -227,7 +228,8 @@ GEM json (2.7.1) json-schema (4.1.1) addressable (>= 2.8) - jwt (2.7.1) + jwt (2.8.0) + base64 kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -552,7 +554,7 @@ DEPENDENCIES i18n-js (= 4.0) jsbundling-rails (~> 1.3) json-schema - jwt (~> 2.7) + jwt (~> 2.8) letter_opener lograge mail (~> 2.7.1)