Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump jwt from 2.8.2 to 2.9.0 #1868

Merged
merged 1 commit into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.8"
gem "jwt", "~> 2.9"

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 @@ -246,7 +246,7 @@ GEM
json (2.7.2)
json-schema (5.0.0)
addressable (~> 2.8)
jwt (2.8.2)
jwt (2.9.0)
base64
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -589,7 +589,7 @@ DEPENDENCIES
i18n-js (= 4.0)
jsbundling-rails (~> 1.3)
json-schema
jwt (~> 2.8)
jwt (~> 2.9)
letter_opener
lograge
mail (~> 2.7.1)
Expand Down
Loading