Skip to content

Commit 2d3d458

Browse files
Bump devise-jwt from 0.11.0 to 0.12.1
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]>
1 parent e863d51 commit 2d3d458

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

Gemfile.lock

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ GEM
7171
appsignal (3.7.5)
7272
rack
7373
ast (2.4.2)
74+
base64 (0.2.0)
7475
bcrypt (3.1.20)
7576
bigdecimal (3.1.8)
7677
bindex (0.8.1)
@@ -108,14 +109,14 @@ GEM
108109
railties (>= 4.1.0)
109110
responders
110111
warden (~> 1.2.3)
111-
devise-jwt (0.11.0)
112+
devise-jwt (0.12.1)
112113
devise (~> 4.0)
113-
warden-jwt_auth (~> 0.8)
114+
warden-jwt_auth (~> 0.10)
114115
diff-lcs (1.5.1)
115116
dry-auto_inject (1.0.1)
116117
dry-core (~> 1.0)
117118
zeitwerk (~> 2.6)
118-
dry-configurable (1.1.0)
119+
dry-configurable (1.2.0)
119120
dry-core (~> 1.0, < 2)
120121
zeitwerk (~> 2.6)
121122
dry-core (1.0.1)
@@ -193,7 +194,8 @@ GEM
193194
railties (>= 4.2.0)
194195
thor (>= 0.14, < 2.0)
195196
json (2.7.2)
196-
jwt (2.7.1)
197+
jwt (2.8.2)
198+
base64
197199
language_server-protocol (3.17.0.3)
198200
loofah (2.22.0)
199201
crass (~> 1.0.2)
@@ -208,7 +210,7 @@ GEM
208210
method_source (1.1.0)
209211
mini_mime (1.1.5)
210212
mini_portile2 (2.8.7)
211-
minitest (5.24.0)
213+
minitest (5.24.1)
212214
msgpack (1.7.2)
213215
mustermann (3.0.0)
214216
ruby2_keywords (~> 0.0.1)
@@ -362,7 +364,7 @@ GEM
362364
unicode-display_width (2.5.0)
363365
warden (1.2.9)
364366
rack (>= 2.0.9)
365-
warden-jwt_auth (0.8.0)
367+
warden-jwt_auth (0.10.0)
366368
dry-auto_inject (>= 0.8, < 2)
367369
dry-configurable (>= 0.13, < 2)
368370
jwt (~> 2.1)

0 commit comments

Comments
 (0)