Skip to content

Commit a016940

Browse files
Upgrade to 8.1.3.1
These are security patches addressing 1 security issues: - A possible arbitrary file read and remote code execution in Active Storage variant processing We strongly recommend upgrading as soon as possible. https://rubyonrails.org/2026/7/29/Rails-Versions-7-2-3-2-8-0-5-1-and-8-1-3-1-have-been-released
1 parent 7d8c087 commit a016940

1 file changed

Lines changed: 71 additions & 70 deletions

File tree

Gemfile.lock

Lines changed: 71 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -3,70 +3,70 @@ GEM
33
specs:
44
action_text-trix (2.1.19)
55
railties
6-
actioncable (8.1.3)
7-
actionpack (= 8.1.3)
8-
activesupport (= 8.1.3)
6+
actioncable (8.1.3.1)
7+
actionpack (= 8.1.3.1)
8+
activesupport (= 8.1.3.1)
99
nio4r (~> 2.0)
1010
websocket-driver (>= 0.6.1)
1111
zeitwerk (~> 2.6)
12-
actionmailbox (8.1.3)
13-
actionpack (= 8.1.3)
14-
activejob (= 8.1.3)
15-
activerecord (= 8.1.3)
16-
activestorage (= 8.1.3)
17-
activesupport (= 8.1.3)
12+
actionmailbox (8.1.3.1)
13+
actionpack (= 8.1.3.1)
14+
activejob (= 8.1.3.1)
15+
activerecord (= 8.1.3.1)
16+
activestorage (= 8.1.3.1)
17+
activesupport (= 8.1.3.1)
1818
mail (>= 2.8.0)
19-
actionmailer (8.1.3)
20-
actionpack (= 8.1.3)
21-
actionview (= 8.1.3)
22-
activejob (= 8.1.3)
23-
activesupport (= 8.1.3)
19+
actionmailer (8.1.3.1)
20+
actionpack (= 8.1.3.1)
21+
actionview (= 8.1.3.1)
22+
activejob (= 8.1.3.1)
23+
activesupport (= 8.1.3.1)
2424
mail (>= 2.8.0)
2525
rails-dom-testing (~> 2.2)
26-
actionpack (8.1.3)
27-
actionview (= 8.1.3)
28-
activesupport (= 8.1.3)
26+
actionpack (8.1.3.1)
27+
actionview (= 8.1.3.1)
28+
activesupport (= 8.1.3.1)
2929
nokogiri (>= 1.8.5)
3030
rack (>= 2.2.4)
3131
rack-session (>= 1.0.1)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.2)
3434
rails-html-sanitizer (~> 1.6)
3535
useragent (~> 0.16)
36-
actiontext (8.1.3)
36+
actiontext (8.1.3.1)
3737
action_text-trix (~> 2.1.15)
38-
actionpack (= 8.1.3)
39-
activerecord (= 8.1.3)
40-
activestorage (= 8.1.3)
41-
activesupport (= 8.1.3)
38+
actionpack (= 8.1.3.1)
39+
activerecord (= 8.1.3.1)
40+
activestorage (= 8.1.3.1)
41+
activesupport (= 8.1.3.1)
4242
globalid (>= 0.6.0)
4343
nokogiri (>= 1.8.5)
44-
actionview (8.1.3)
45-
activesupport (= 8.1.3)
44+
actionview (8.1.3.1)
45+
activesupport (= 8.1.3.1)
4646
builder (~> 3.1)
4747
erubi (~> 1.11)
4848
rails-dom-testing (~> 2.2)
4949
rails-html-sanitizer (~> 1.6)
50-
activejob (8.1.3)
51-
activesupport (= 8.1.3)
50+
activejob (8.1.3.1)
51+
activesupport (= 8.1.3.1)
5252
globalid (>= 0.3.6)
53-
activemodel (8.1.3)
54-
activesupport (= 8.1.3)
53+
activemodel (8.1.3.1)
54+
activesupport (= 8.1.3.1)
5555
activemodel-serializers-xml (1.0.3)
5656
activemodel (>= 5.0.0.a)
5757
activesupport (>= 5.0.0.a)
5858
builder (~> 3.1)
59-
activerecord (8.1.3)
60-
activemodel (= 8.1.3)
61-
activesupport (= 8.1.3)
59+
activerecord (8.1.3.1)
60+
activemodel (= 8.1.3.1)
61+
activesupport (= 8.1.3.1)
6262
timeout (>= 0.4.0)
63-
activestorage (8.1.3)
64-
actionpack (= 8.1.3)
65-
activejob (= 8.1.3)
66-
activerecord (= 8.1.3)
67-
activesupport (= 8.1.3)
63+
activestorage (8.1.3.1)
64+
actionpack (= 8.1.3.1)
65+
activejob (= 8.1.3.1)
66+
activerecord (= 8.1.3.1)
67+
activesupport (= 8.1.3.1)
6868
marcel (~> 1.0)
69-
activesupport (8.1.3)
69+
activesupport (8.1.3.1)
7070
base64
7171
bigdecimal
7272
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -151,7 +151,7 @@ GEM
151151
logger (~> 1.5)
152152
cliver (0.3.2)
153153
coderay (1.1.3)
154-
concurrent-ruby (1.3.7)
154+
concurrent-ruby (1.3.8)
155155
connection_pool (3.0.2)
156156
crack (1.0.1)
157157
bigdecimal
@@ -201,7 +201,7 @@ GEM
201201
htmlentities (~> 4.3)
202202
launchy (>= 2.1, < 4.0)
203203
mail (~> 2.7)
204-
erb (6.0.4)
204+
erb (6.0.6)
205205
erb_lint (0.9.0)
206206
activesupport
207207
better_html (>= 2.0.1)
@@ -261,7 +261,7 @@ GEM
261261
sanitize (< 8)
262262
friendly_id (5.7.0)
263263
activerecord (>= 4.0.0)
264-
globalid (1.3.0)
264+
globalid (1.4.0)
265265
activesupport (>= 6.1)
266266
google-protobuf (4.34.1)
267267
bigdecimal
@@ -301,7 +301,7 @@ GEM
301301
activesupport (>= 7.0.0)
302302
jsbundling-rails (1.3.1)
303303
railties (>= 6.0.0)
304-
json (2.19.8)
304+
json (2.21.1)
305305
json-schema (6.2.0)
306306
addressable (~> 2.8)
307307
bigdecimal (>= 3.1, < 5)
@@ -321,10 +321,10 @@ GEM
321321
activesupport (>= 4)
322322
railties (>= 4)
323323
request_store (~> 1.0)
324-
loofah (2.25.1)
324+
loofah (2.25.2)
325325
crass (~> 1.0.2)
326326
nokogiri (>= 1.12.0)
327-
mail (2.9.0)
327+
mail (2.9.1)
328328
logger
329329
mini_mime (>= 0.1.1)
330330
net-imap
@@ -348,7 +348,7 @@ GEM
348348
multipart-post (2.4.1)
349349
net-http-persistent (4.0.8)
350350
connection_pool (>= 2.2.4, < 4)
351-
net-imap (0.6.4.1)
351+
net-imap (0.6.6)
352352
date
353353
net-protocol
354354
net-pop (0.1.2)
@@ -426,7 +426,7 @@ GEM
426426
google-protobuf (>= 3.25.3)
427427
pghero (3.8.0)
428428
activerecord (>= 7.2)
429-
pp (0.6.3)
429+
pp (0.6.4)
430430
prettyprint
431431
pretender (1.0.0)
432432
actionpack (>= 7.2)
@@ -440,9 +440,6 @@ GEM
440440
pry-byebug (3.12.0)
441441
byebug (~> 13.0)
442442
pry (>= 0.13, < 0.17)
443-
psych (5.4.0)
444-
date
445-
stringio
446443
public_suffix (7.0.5)
447444
puma (8.0.2)
448445
nio4r (~> 2.0)
@@ -466,20 +463,20 @@ GEM
466463
rack (>= 1.3)
467464
rackup (2.3.1)
468465
rack (>= 3)
469-
rails (8.1.3)
470-
actioncable (= 8.1.3)
471-
actionmailbox (= 8.1.3)
472-
actionmailer (= 8.1.3)
473-
actionpack (= 8.1.3)
474-
actiontext (= 8.1.3)
475-
actionview (= 8.1.3)
476-
activejob (= 8.1.3)
477-
activemodel (= 8.1.3)
478-
activerecord (= 8.1.3)
479-
activestorage (= 8.1.3)
480-
activesupport (= 8.1.3)
466+
rails (8.1.3.1)
467+
actioncable (= 8.1.3.1)
468+
actionmailbox (= 8.1.3.1)
469+
actionmailer (= 8.1.3.1)
470+
actionpack (= 8.1.3.1)
471+
actiontext (= 8.1.3.1)
472+
actionview (= 8.1.3.1)
473+
activejob (= 8.1.3.1)
474+
activemodel (= 8.1.3.1)
475+
activerecord (= 8.1.3.1)
476+
activestorage (= 8.1.3.1)
477+
activesupport (= 8.1.3.1)
481478
bundler (>= 1.15.0)
482-
railties (= 8.1.3)
479+
railties (= 8.1.3.1)
483480
rails-controller-testing (1.0.5)
484481
actionpack (>= 5.0.1.rc1)
485482
actionview (>= 5.0.1.rc1)
@@ -488,12 +485,12 @@ GEM
488485
activesupport (>= 5.0.0)
489486
minitest
490487
nokogiri (>= 1.6)
491-
rails-html-sanitizer (1.7.0)
492-
loofah (~> 2.25)
488+
rails-html-sanitizer (1.7.1)
489+
loofah (~> 2.25, >= 2.25.2)
493490
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
494-
railties (8.1.3)
495-
actionpack (= 8.1.3)
496-
activesupport (= 8.1.3)
491+
railties (8.1.3.1)
492+
actionpack (= 8.1.3.1)
493+
activesupport (= 8.1.3.1)
497494
irb (~> 1.13)
498495
rackup (>= 1.0.0)
499496
rake (>= 12.2)
@@ -502,9 +499,14 @@ GEM
502499
zeitwerk (~> 2.6)
503500
rainbow (3.1.1)
504501
rake (13.4.2)
505-
rdoc (7.2.0)
502+
rbs (4.1.1)
503+
logger
504+
prism (>= 1.6.0)
505+
tsort
506+
rdoc (8.0.0)
506507
erb
507-
psych (>= 4.0.0)
508+
prism (>= 1.6.0)
509+
rbs (>= 4.0.0)
508510
tsort
509511
regexp_parser (2.12.0)
510512
reline (0.6.3)
@@ -656,7 +658,6 @@ GEM
656658
rubocop-rails (~> 2.34.0)
657659
stimulus-rails (1.3.4)
658660
railties (>= 6.0.0)
659-
stringio (3.2.0)
660661
strong_migrations (2.8.0)
661662
activerecord (>= 7.2)
662663
thor (1.5.0)
@@ -693,7 +694,7 @@ GEM
693694
crack (>= 0.3.2)
694695
hashdiff (>= 0.4.0, < 2.0.0)
695696
websocket (1.2.11)
696-
websocket-driver (0.8.1)
697+
websocket-driver (0.8.2)
697698
base64
698699
websocket-extensions (>= 0.1.0)
699700
websocket-extensions (0.1.5)

0 commit comments

Comments
 (0)