Skip to content

Commit b213a24

Browse files
Update dependency devise to v5 [SECURITY]
1 parent f35b059 commit b213a24

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

Gemfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ 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)
126-
bigdecimal (4.0.1)
126+
bigdecimal (4.1.2)
127127
bindex (0.8.1)
128128
bootsnap (1.23.0)
129129
msgpack (~> 1.2)
@@ -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)
@@ -173,7 +173,7 @@ GEM
173173
dotenv (= 3.2.0)
174174
railties (>= 6.1)
175175
drb (2.2.3)
176-
erb (6.0.2)
176+
erb (6.0.4)
177177
erubi (1.13.1)
178178
execjs (2.10.0)
179179
ffi (1.17.3)
@@ -188,7 +188,7 @@ GEM
188188
i18n (1.14.8)
189189
concurrent-ruby (~> 1.0)
190190
io-console (0.8.2)
191-
irb (1.17.0)
191+
irb (1.18.0)
192192
pp (>= 0.6.0)
193193
prism (>= 1.3.0)
194194
rdoc (>= 4.0.0)
@@ -232,7 +232,7 @@ GEM
232232
activesupport (>= 4)
233233
railties (>= 4)
234234
request_store (~> 1.0)
235-
loofah (2.25.0)
235+
loofah (2.25.1)
236236
crass (~> 1.0.2)
237237
nokogiri (>= 1.12.0)
238238
mail (2.9.0)
@@ -267,7 +267,7 @@ GEM
267267
net-smtp (0.5.1)
268268
net-protocol
269269
nio4r (2.7.5)
270-
nokogiri (1.19.1)
270+
nokogiri (1.19.3)
271271
mini_portile2 (~> 2.8.2)
272272
racc (~> 1.4)
273273
omniauth (2.1.4)
@@ -301,12 +301,12 @@ GEM
301301
puma (7.2.0)
302302
nio4r (~> 2.0)
303303
racc (1.8.1)
304-
rack (3.2.5)
304+
rack (3.2.6)
305305
rack-protection (4.2.1)
306306
base64 (>= 0.1.0)
307307
logger (>= 1.6.0)
308308
rack (>= 3.0.0, < 4)
309-
rack-session (2.1.1)
309+
rack-session (2.1.2)
310310
base64 (>= 0.1.0)
311311
rack (>= 3.0.0)
312312
rack-test (2.2.0)
@@ -347,7 +347,7 @@ GEM
347347
tsort (>= 0.2)
348348
zeitwerk (~> 2.6)
349349
rainbow (3.1.1)
350-
rake (13.3.1)
350+
rake (13.4.2)
351351
rb-fsevent (0.11.2)
352352
rb-inotify (0.11.1)
353353
ffi (~> 1.0)
@@ -360,9 +360,9 @@ GEM
360360
io-console (~> 0.5)
361361
request_store (1.7.0)
362362
rack (>= 1.4)
363-
responders (3.1.1)
364-
actionpack (>= 5.2)
365-
railties (>= 5.2)
363+
responders (3.2.0)
364+
actionpack (>= 7.0)
365+
railties (>= 7.0)
366366
rexml (3.4.4)
367367
rubocop (1.85.0)
368368
json (~> 2.3)

0 commit comments

Comments
 (0)