From ee3ed9afe8b2fe1106f46c3fb2b4ecbf7a661698 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jan 2023 05:00:42 +0000 Subject: [PATCH] Bump jwt from 2.3.0 to 2.6.0 in /server Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.3.0 to 2.6.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.3.0...v2.6.0) --- updated-dependencies: - dependency-name: jwt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- server/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/Gemfile.lock b/server/Gemfile.lock index 96d6ff38..5514f20e 100644 --- a/server/Gemfile.lock +++ b/server/Gemfile.lock @@ -99,7 +99,7 @@ GEM activesupport (>= 5.0.0) json-schema (2.8.1) addressable (>= 2.4) - jwt (2.3.0) + jwt (2.6.0) listen (3.7.1) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10)