Skip to content

Commit

Permalink
Bump jwt from 2.9.3 to 2.10.1
Browse files Browse the repository at this point in the history
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.9.3 to 2.10.1.
- [Release notes](https://github.com/jwt/ruby-jwt/releases)
- [Changelog](https://github.com/jwt/ruby-jwt/blob/main/CHANGELOG.md)
- [Commits](jwt/ruby-jwt@v2.9.3...v2.10.1)

---
updated-dependencies:
- dependency-name: jwt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent 0994977 commit 281683c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ gem "tldv", "~> 0.1.0"

gem "view_component"

gem "jwt", "~> 2.9"
gem "jwt", "~> 2.10"

group :development do
gem "binding_of_caller"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ GEM
json (2.8.2)
json-schema (5.1.0)
addressable (~> 2.8)
jwt (2.9.3)
jwt (2.10.1)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -590,7 +590,7 @@ DEPENDENCIES
i18n-js (= 4.0)
jsbundling-rails (~> 1.3)
json-schema
jwt (~> 2.9)
jwt (~> 2.10)
letter_opener
lograge
mail (~> 2.7.1)
Expand Down

0 comments on commit 281683c

Please sign in to comment.