From bc625e7df0778140fba57bc0ef6808e4440ea9c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 04:11:40 +0000 Subject: [PATCH] build(deps): 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.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 646a1a3ed3..1f252a589f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,6 +83,7 @@ GEM faraday_middleware (~> 1.0, >= 1.0.0.rc1) net-http-persistent (~> 4.0) nokogiri (~> 1, >= 1.10.8) + base64 (0.2.0) bcrypt (3.1.19) better_errors (2.10.1) erubi (>= 1.0.0) @@ -294,7 +295,8 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.7.1) - jwt (2.7.1) + jwt (2.8.0) + base64 kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2)