Skip to content

Commit 7ba255d

Browse files
Bump jwt from 2.10.1 to 3.1.2
Bumps [jwt](https://github.com/jwt/ruby-jwt) from 2.10.1 to 3.1.2. - [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.10.1...v3.1.2) --- updated-dependencies: - dependency-name: jwt dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d5faf26 commit 7ba255d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Gemfile.lock

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ GEM
177177
addressable (~> 2.8)
178178
bigdecimal (~> 3.1)
179179
jsonapi-renderer (0.2.2)
180-
jwt (2.10.1)
180+
jwt (3.1.2)
181181
base64
182182
language_server-protocol (3.17.0.5)
183183
lint_roller (1.1.0)
@@ -213,6 +213,8 @@ GEM
213213
racc (~> 1.4)
214214
nokogiri (1.18.8-arm64-darwin)
215215
racc (~> 1.4)
216+
nokogiri (1.18.8-x86_64-linux-gnu)
217+
racc (~> 1.4)
216218
orm_adapter (0.5.0)
217219
pagy (6.5.0)
218220
parallel (1.27.0)
@@ -395,10 +397,10 @@ GEM
395397
base64
396398
warden (1.2.9)
397399
rack (>= 2.0.9)
398-
warden-jwt_auth (0.11.0)
400+
warden-jwt_auth (0.12.0)
399401
dry-auto_inject (>= 0.8, < 2)
400402
dry-configurable (>= 0.13, < 2)
401-
jwt (~> 2.1)
403+
jwt (>= 2.1, < 4)
402404
warden (~> 1.2)
403405
webmock (3.25.1)
404406
addressable (>= 2.8.0)
@@ -413,6 +415,7 @@ GEM
413415
PLATFORMS
414416
aarch64-linux-gnu
415417
arm64-darwin-24
418+
x86_64-linux
416419

417420
DEPENDENCIES
418421
active_model_serializers (~> 0.10.14)

0 commit comments

Comments
 (0)