Skip to content

Commit

Permalink
Bump devise-jwt from 0.11.0 to 0.12.1
Browse files Browse the repository at this point in the history
Bumps [devise-jwt](https://github.com/waiting-for-dev/devise-jwt) from 0.11.0 to 0.12.1.
- [Release notes](https://github.com/waiting-for-dev/devise-jwt/releases)
- [Changelog](https://github.com/waiting-for-dev/devise-jwt/blob/main/CHANGELOG.md)
- [Commits](https://github.com/waiting-for-dev/devise-jwt/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 21, 2024
1 parent e863d51 commit 2d3d458
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ GEM
appsignal (3.7.5)
rack
ast (2.4.2)
base64 (0.2.0)
bcrypt (3.1.20)
bigdecimal (3.1.8)
bindex (0.8.1)
Expand Down Expand Up @@ -108,14 +109,14 @@ GEM
railties (>= 4.1.0)
responders
warden (~> 1.2.3)
devise-jwt (0.11.0)
devise-jwt (0.12.1)
devise (~> 4.0)
warden-jwt_auth (~> 0.8)
warden-jwt_auth (~> 0.10)
diff-lcs (1.5.1)
dry-auto_inject (1.0.1)
dry-core (~> 1.0)
zeitwerk (~> 2.6)
dry-configurable (1.1.0)
dry-configurable (1.2.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-core (1.0.1)
Expand Down Expand Up @@ -193,7 +194,8 @@ GEM
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
json (2.7.2)
jwt (2.7.1)
jwt (2.8.2)
base64
language_server-protocol (3.17.0.3)
loofah (2.22.0)
crass (~> 1.0.2)
Expand All @@ -208,7 +210,7 @@ GEM
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.7)
minitest (5.24.0)
minitest (5.24.1)
msgpack (1.7.2)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
Expand Down Expand Up @@ -362,7 +364,7 @@ GEM
unicode-display_width (2.5.0)
warden (1.2.9)
rack (>= 2.0.9)
warden-jwt_auth (0.8.0)
warden-jwt_auth (0.10.0)
dry-auto_inject (>= 0.8, < 2)
dry-configurable (>= 0.13, < 2)
jwt (~> 2.1)
Expand Down

0 comments on commit 2d3d458

Please sign in to comment.