Skip to content

Commit 884ae04

Browse files
Update dependency devise to v5 [SECURITY]
1 parent 0aeeb2e commit 884ae04

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

Gemfile.lock

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ GEM
121121
aws-sigv4 (1.12.1)
122122
aws-eventstream (~> 1, >= 1.0.2)
123123
base64 (0.3.0)
124-
bcrypt (3.1.20)
124+
bcrypt (3.1.22)
125125
benchmark (0.5.0)
126126
bigdecimal (4.1.2)
127127
bindex (0.8.1)
@@ -161,10 +161,10 @@ GEM
161161
delayed_job_active_record (4.1.11)
162162
activerecord (>= 3.0, < 9.0)
163163
delayed_job (>= 3.0, < 5)
164-
devise (4.9.4)
164+
devise (5.0.4)
165165
bcrypt (~> 3.0)
166166
orm_adapter (~> 0.1)
167-
railties (>= 4.1.0)
167+
railties (>= 7.0)
168168
responders
169169
warden (~> 1.2.3)
170170
docile (1.4.1)
@@ -289,9 +289,6 @@ GEM
289289
prettyprint
290290
prettyprint (0.2.0)
291291
prism (1.9.0)
292-
psych (5.4.0)
293-
date
294-
stringio
295292
public_suffix (6.0.2)
296293
puma (7.2.0)
297294
nio4r (~> 2.0)
@@ -346,18 +343,23 @@ GEM
346343
rb-fsevent (0.11.2)
347344
rb-inotify (0.11.1)
348345
ffi (~> 1.0)
349-
rdoc (7.2.0)
346+
rbs (4.0.3)
347+
logger
348+
prism (>= 1.6.0)
349+
tsort
350+
rdoc (8.0.0)
350351
erb
351-
psych (>= 4.0.0)
352+
prism (>= 1.6.0)
353+
rbs (>= 4.0.0)
352354
tsort
353355
regexp_parser (2.12.0)
354356
reline (0.6.3)
355357
io-console (~> 0.5)
356358
request_store (1.7.0)
357359
rack (>= 1.4)
358-
responders (3.1.1)
359-
actionpack (>= 5.2)
360-
railties (>= 5.2)
360+
responders (3.2.0)
361+
actionpack (>= 7.0)
362+
railties (>= 7.0)
361363
rexml (3.4.4)
362364
rubocop (1.88.0)
363365
json (~> 2.3)
@@ -432,7 +434,6 @@ GEM
432434
sprockets (>= 3.0.0)
433435
sqlite3 (2.9.5)
434436
mini_portile2 (~> 2.8.0)
435-
stringio (3.2.0)
436437
terminal-table (4.0.0)
437438
unicode-display_width (>= 1.1.1, < 4)
438439
terser (1.2.7)

0 commit comments

Comments
 (0)