Merge pull request #1048 from Retrospring/dependabot/bundler/jwt-2.7.0

This commit is contained in:
dependabot[bot] 2023-02-06 10:55:32 +00:00 committed by GitHub
commit 9f440dfcfa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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)