From ae86823abd446ed9302cb79042a1ab93a7556d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Feb 2024 13:49:00 +0400 Subject: [PATCH] build(deps): bump jwt from 2.7.1 to 2.8.0 (#1063) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sorokin Maksim <60688343+askonev@users.noreply.github.com> --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index fe2659df..bf9f4613 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,13 +4,15 @@ GEM Ascii85 (1.1.0) afm (0.2.2) ast (2.4.2) + base64 (0.2.0) childprocess (5.0.0) diff-lcs (1.5.1) hashery (2.1.2) image_size (3.4.0) iniparse (1.5.0) json (2.7.1) - jwt (2.7.1) + jwt (2.8.0) + base64 language_server-protocol (3.17.0.3) mini_portile2 (2.8.5) nokogiri (1.16.2)