From bb7588e7e166c1101fd2483ce58bbfc656cf3169 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 09:01:10 +0000 Subject: [PATCH] Bump jwt from 2.6.0 to 2.7.0 Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.6.0 to 2.7.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.6.0...v2.7.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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b4a30a43..76514d2d 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ gem "fake_email_validator" # TLD validation gem "tldv", "~> 0.1.0" -gem "jwt", "~> 2.6" +gem "jwt", "~> 2.7" group :development do gem "binding_of_caller" diff --git a/Gemfile.lock b/Gemfile.lock index 41852740..b539db07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,7 +210,7 @@ GEM json (2.6.3) json-schema (3.0.0) addressable (>= 2.8) - jwt (2.6.0) + jwt (2.7.0) kaminari (1.2.2) activesupport (>= 4.1.0) kaminari-actionview (= 1.2.2) @@ -509,7 +509,7 @@ DEPENDENCIES i18n-js (= 4.0) jsbundling-rails (~> 1.1) json-schema - jwt (~> 2.6) + jwt (~> 2.7) letter_opener lograge mail (~> 2.7.1)