Skip to content

Commit 0c1b7c0

Browse files
committed
Gemfile: Update Rails to >= 8.1.3.1 for CVE
Closes: AP-805
1 parent 4243694 commit 0c1b7c0

2 files changed

Lines changed: 64 additions & 64 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ gem 'pg', '~> 1.2'
2828
gem 'pg_search', '~> 2.3'
2929
gem 'puma', '~> 7.2'
3030
gem 'puma-plugin-delayed_stop', '~> 0.1.2'
31-
gem 'rails', '~> 8.1.3'
31+
gem 'rails', '~> 8.1.3', '>= 8.1.3.1'
3232
gem 'ruby-vips', '~> 2.3'
3333
gem 'sprockets-rails', '~> 3.5.0'
3434

Gemfile.lock

Lines changed: 63 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -3,66 +3,66 @@ 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)
55-
activerecord (8.1.3)
56-
activemodel (= 8.1.3)
57-
activesupport (= 8.1.3)
53+
activemodel (8.1.3.1)
54+
activesupport (= 8.1.3.1)
55+
activerecord (8.1.3.1)
56+
activemodel (= 8.1.3.1)
57+
activesupport (= 8.1.3.1)
5858
timeout (>= 0.4.0)
59-
activestorage (8.1.3)
60-
actionpack (= 8.1.3)
61-
activejob (= 8.1.3)
62-
activerecord (= 8.1.3)
63-
activesupport (= 8.1.3)
59+
activestorage (8.1.3.1)
60+
actionpack (= 8.1.3.1)
61+
activejob (= 8.1.3.1)
62+
activerecord (= 8.1.3.1)
63+
activesupport (= 8.1.3.1)
6464
marcel (~> 1.0)
65-
activesupport (8.1.3)
65+
activesupport (8.1.3.1)
6666
base64
6767
bigdecimal
6868
concurrent-ruby (~> 1.0, >= 1.3.1)
@@ -124,7 +124,7 @@ GEM
124124
regexp_parser (>= 1.5, < 3.0)
125125
xpath (~> 3.2)
126126
colorize (1.1.0)
127-
concurrent-ruby (1.3.7)
127+
concurrent-ruby (1.3.8)
128128
connection_pool (3.0.2)
129129
crack (1.0.1)
130130
bigdecimal
@@ -146,7 +146,7 @@ GEM
146146
activesupport
147147
i18n
148148
drb (2.2.3)
149-
erb (6.0.4)
149+
erb (6.0.6)
150150
erubi (1.13.1)
151151
factory_bot (6.5.6)
152152
activesupport (>= 6.1.0)
@@ -191,7 +191,7 @@ GEM
191191
activesupport (>= 7.0.0)
192192
jsbundling-rails (1.3.1)
193193
railties (>= 6.0.0)
194-
json (2.20.0)
194+
json (2.21.1)
195195
jwt (2.10.3)
196196
base64
197197
language_server-protocol (3.17.0.5)
@@ -206,10 +206,10 @@ GEM
206206
activesupport (>= 4)
207207
railties (>= 4)
208208
request_store (~> 1.0)
209-
loofah (2.25.1)
209+
loofah (2.25.2)
210210
crass (~> 1.0.2)
211211
nokogiri (>= 1.12.0)
212-
mail (2.9.0)
212+
mail (2.9.1)
213213
logger
214214
mini_mime (>= 0.1.1)
215215
net-imap
@@ -231,7 +231,7 @@ GEM
231231
mutex_m (0.3.0)
232232
net-http (0.9.1)
233233
uri (>= 0.11.1)
234-
net-imap (0.6.4.1)
234+
net-imap (0.6.6)
235235
date
236236
net-protocol
237237
net-pop (0.1.2)
@@ -306,30 +306,30 @@ GEM
306306
rack (>= 1.3)
307307
rackup (2.3.1)
308308
rack (>= 3)
309-
rails (8.1.3)
310-
actioncable (= 8.1.3)
311-
actionmailbox (= 8.1.3)
312-
actionmailer (= 8.1.3)
313-
actionpack (= 8.1.3)
314-
actiontext (= 8.1.3)
315-
actionview (= 8.1.3)
316-
activejob (= 8.1.3)
317-
activemodel (= 8.1.3)
318-
activerecord (= 8.1.3)
319-
activestorage (= 8.1.3)
320-
activesupport (= 8.1.3)
309+
rails (8.1.3.1)
310+
actioncable (= 8.1.3.1)
311+
actionmailbox (= 8.1.3.1)
312+
actionmailer (= 8.1.3.1)
313+
actionpack (= 8.1.3.1)
314+
actiontext (= 8.1.3.1)
315+
actionview (= 8.1.3.1)
316+
activejob (= 8.1.3.1)
317+
activemodel (= 8.1.3.1)
318+
activerecord (= 8.1.3.1)
319+
activestorage (= 8.1.3.1)
320+
activesupport (= 8.1.3.1)
321321
bundler (>= 1.15.0)
322-
railties (= 8.1.3)
322+
railties (= 8.1.3.1)
323323
rails-dom-testing (2.3.0)
324324
activesupport (>= 5.0.0)
325325
minitest
326326
nokogiri (>= 1.6)
327-
rails-html-sanitizer (1.7.0)
328-
loofah (~> 2.25)
327+
rails-html-sanitizer (1.7.1)
328+
loofah (~> 2.25, >= 2.25.2)
329329
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)
330-
railties (8.1.3)
331-
actionpack (= 8.1.3)
332-
activesupport (= 8.1.3)
330+
railties (8.1.3.1)
331+
actionpack (= 8.1.3.1)
332+
activesupport (= 8.1.3.1)
333333
irb (~> 1.13)
334334
rackup (>= 1.0.0)
335335
rake (>= 12.2)
@@ -341,7 +341,7 @@ GEM
341341
rb-fsevent (0.11.2)
342342
rb-inotify (0.11.1)
343343
ffi (~> 1.0)
344-
rbs (4.0.3)
344+
rbs (4.1.0)
345345
logger
346346
prism (>= 1.6.0)
347347
tsort
@@ -517,7 +517,7 @@ DEPENDENCIES
517517
pg_search (~> 2.3)
518518
puma (~> 7.2)
519519
puma-plugin-delayed_stop (~> 0.1.2)
520-
rails (~> 8.1.3)
520+
rails (~> 8.1.3, >= 8.1.3.1)
521521
rspec (~> 3.10)
522522
rspec-rails (~> 8.0)
523523
rspec_junit_formatter (~> 0.5)

0 commit comments

Comments
 (0)