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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-19 09:51:13 +00:00 committed by GitHub
parent 9d63ce838f
commit 698eebe5a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 3 deletions

View File

@ -70,7 +70,7 @@ gem "tldv", "~> 0.1.0"
gem "view_component" gem "view_component"
gem "jwt", "~> 2.7" gem "jwt", "~> 2.8"
group :development do group :development do
gem "binding_of_caller" gem "binding_of_caller"

View File

@ -84,6 +84,7 @@ GEM
addressable (2.8.5) addressable (2.8.5)
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2) ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20) bcrypt (3.1.20)
better_errors (2.10.1) better_errors (2.10.1)
erubi (>= 1.0.0) erubi (>= 1.0.0)
@ -227,7 +228,8 @@ GEM
json (2.7.1) json (2.7.1)
json-schema (4.1.1) json-schema (4.1.1)
addressable (>= 2.8) addressable (>= 2.8)
jwt (2.7.1) jwt (2.8.0)
base64
kaminari (1.2.2) kaminari (1.2.2)
activesupport (>= 4.1.0) activesupport (>= 4.1.0)
kaminari-actionview (= 1.2.2) kaminari-actionview (= 1.2.2)
@ -552,7 +554,7 @@ DEPENDENCIES
i18n-js (= 4.0) i18n-js (= 4.0)
jsbundling-rails (~> 1.3) jsbundling-rails (~> 1.3)
json-schema json-schema
jwt (~> 2.7) jwt (~> 2.8)
letter_opener letter_opener
lograge lograge
mail (~> 2.7.1) mail (~> 2.7.1)