Skip to content

Commit 908e78d

Browse files
Update dependency jwt to v3 (#108)
The notable breaking changes: - The `JWT::EncodedToken#payload` method will raise an error if accessed before the token signature has been verified. - JWKs produced by older versions of the gem are not compatible. Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6418a7c commit 908e78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/{{app_name}}/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ GEM
212212
activesupport (>= 5.0.0)
213213
jmespath (1.6.2)
214214
json (2.11.3)
215-
jwt (2.10.1)
215+
jwt (3.1.2)
216216
base64
217217
language_server-protocol (3.17.0.4)
218218
launchy (3.1.0)

0 commit comments

Comments
 (0)