Skip to content

Commit 1581735

Browse files
Bump actionpack from 7.1.3.4 to 7.1.5.1 in /backend
Bumps [actionpack](https://github.com/rails/rails) from 7.1.3.4 to 7.1.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.3.4...v7.1.5.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a5dae4e commit 1581735

File tree

1 file changed

+71
-65
lines changed

1 file changed

+71
-65
lines changed

backend/Gemfile.lock

+71-65
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,85 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.3.4)
5-
actionpack (= 7.1.3.4)
6-
activesupport (= 7.1.3.4)
4+
actioncable (7.1.5.1)
5+
actionpack (= 7.1.5.1)
6+
activesupport (= 7.1.5.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.3.4)
11-
actionpack (= 7.1.3.4)
12-
activejob (= 7.1.3.4)
13-
activerecord (= 7.1.3.4)
14-
activestorage (= 7.1.3.4)
15-
activesupport (= 7.1.3.4)
10+
actionmailbox (7.1.5.1)
11+
actionpack (= 7.1.5.1)
12+
activejob (= 7.1.5.1)
13+
activerecord (= 7.1.5.1)
14+
activestorage (= 7.1.5.1)
15+
activesupport (= 7.1.5.1)
1616
mail (>= 2.7.1)
1717
net-imap
1818
net-pop
1919
net-smtp
20-
actionmailer (7.1.3.4)
21-
actionpack (= 7.1.3.4)
22-
actionview (= 7.1.3.4)
23-
activejob (= 7.1.3.4)
24-
activesupport (= 7.1.3.4)
20+
actionmailer (7.1.5.1)
21+
actionpack (= 7.1.5.1)
22+
actionview (= 7.1.5.1)
23+
activejob (= 7.1.5.1)
24+
activesupport (= 7.1.5.1)
2525
mail (~> 2.5, >= 2.5.4)
2626
net-imap
2727
net-pop
2828
net-smtp
2929
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.3.4)
31-
actionview (= 7.1.3.4)
32-
activesupport (= 7.1.3.4)
30+
actionpack (7.1.5.1)
31+
actionview (= 7.1.5.1)
32+
activesupport (= 7.1.5.1)
3333
nokogiri (>= 1.8.5)
3434
racc
3535
rack (>= 2.2.4)
3636
rack-session (>= 1.0.1)
3737
rack-test (>= 0.6.3)
3838
rails-dom-testing (~> 2.2)
3939
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.3.4)
41-
actionpack (= 7.1.3.4)
42-
activerecord (= 7.1.3.4)
43-
activestorage (= 7.1.3.4)
44-
activesupport (= 7.1.3.4)
40+
actiontext (7.1.5.1)
41+
actionpack (= 7.1.5.1)
42+
activerecord (= 7.1.5.1)
43+
activestorage (= 7.1.5.1)
44+
activesupport (= 7.1.5.1)
4545
globalid (>= 0.6.0)
4646
nokogiri (>= 1.8.5)
47-
actionview (7.1.3.4)
48-
activesupport (= 7.1.3.4)
47+
actionview (7.1.5.1)
48+
activesupport (= 7.1.5.1)
4949
builder (~> 3.1)
5050
erubi (~> 1.11)
5151
rails-dom-testing (~> 2.2)
5252
rails-html-sanitizer (~> 1.6)
5353
active_model_serializers (0.9.8)
5454
activemodel (>= 3.2)
5555
concurrent-ruby (~> 1.0)
56-
activejob (7.1.3.4)
57-
activesupport (= 7.1.3.4)
56+
activejob (7.1.5.1)
57+
activesupport (= 7.1.5.1)
5858
globalid (>= 0.3.6)
59-
activemodel (7.1.3.4)
60-
activesupport (= 7.1.3.4)
61-
activerecord (7.1.3.4)
62-
activemodel (= 7.1.3.4)
63-
activesupport (= 7.1.3.4)
59+
activemodel (7.1.5.1)
60+
activesupport (= 7.1.5.1)
61+
activerecord (7.1.5.1)
62+
activemodel (= 7.1.5.1)
63+
activesupport (= 7.1.5.1)
6464
timeout (>= 0.4.0)
65-
activestorage (7.1.3.4)
66-
actionpack (= 7.1.3.4)
67-
activejob (= 7.1.3.4)
68-
activerecord (= 7.1.3.4)
69-
activesupport (= 7.1.3.4)
65+
activestorage (7.1.5.1)
66+
actionpack (= 7.1.5.1)
67+
activejob (= 7.1.5.1)
68+
activerecord (= 7.1.5.1)
69+
activesupport (= 7.1.5.1)
7070
marcel (~> 1.0)
71-
activesupport (7.1.3.4)
71+
activesupport (7.1.5.1)
7272
base64
73+
benchmark (>= 0.3)
7374
bigdecimal
7475
concurrent-ruby (~> 1.0, >= 1.0.2)
7576
connection_pool (>= 2.2.5)
7677
drb
7778
i18n (>= 1.6, < 2)
79+
logger (>= 1.4.2)
7880
minitest (>= 5.1)
7981
mutex_m
82+
securerandom (>= 0.3)
8083
tzinfo (~> 2.0)
8184
addressable (2.8.6)
8285
public_suffix (>= 2.0.2, < 6.0)
@@ -88,6 +91,7 @@ GEM
8891
awesome_print (1.9.2)
8992
base64 (0.2.0)
9093
bcrypt (3.1.20)
94+
benchmark (0.4.0)
9195
better_errors (2.10.1)
9296
erubi (>= 1.0.0)
9397
rack (>= 0.9.0)
@@ -99,7 +103,7 @@ GEM
99103
erubi (~> 1.4)
100104
parser (>= 2.4)
101105
smart_properties
102-
bigdecimal (3.1.7)
106+
bigdecimal (3.1.8)
103107
brakeman (6.1.2)
104108
racc
105109
bson (4.15.0)
@@ -126,7 +130,7 @@ GEM
126130
coercible (1.0.0)
127131
descendants_tracker (~> 0.0.1)
128132
colored (1.2)
129-
concurrent-ruby (1.3.3)
133+
concurrent-ruby (1.3.4)
130134
connection_pool (2.4.1)
131135
countries (4.0.1)
132136
i18n_data (~> 0.13.0)
@@ -218,7 +222,7 @@ GEM
218222
hashdiff (1.1.0)
219223
hashie (3.5.7)
220224
httpclient (2.8.3)
221-
i18n (1.14.5)
225+
i18n (1.14.6)
222226
concurrent-ruby (~> 1.0)
223227
i18n_data (0.13.0)
224228
io-console (0.7.2)
@@ -241,7 +245,8 @@ GEM
241245
letter_opener (1.10.0)
242246
launchy (>= 2.2, < 4)
243247
lint_roller (1.1.0)
244-
loofah (2.22.0)
248+
logger (1.6.2)
249+
loofah (2.23.1)
245250
crass (~> 1.0.2)
246251
nokogiri (>= 1.12.0)
247252
mail (2.8.1)
@@ -253,8 +258,8 @@ GEM
253258
matrix (0.4.2)
254259
method_source (1.1.0)
255260
mini_mime (1.1.5)
256-
mini_portile2 (2.8.7)
257-
minitest (5.24.1)
261+
mini_portile2 (2.8.8)
262+
minitest (5.25.4)
258263
mongo (2.20.1)
259264
bson (>= 4.14.1, < 6.0.0)
260265
mongoid (8.1.3)
@@ -271,7 +276,7 @@ GEM
271276
multi_json (1.15.0)
272277
multi_xml (0.6.0)
273278
multipart-post (2.1.1)
274-
mutex_m (0.2.0)
279+
mutex_m (0.3.0)
275280
nearest_time_zone (0.0.4)
276281
andand
277282
kdtree
@@ -286,7 +291,7 @@ GEM
286291
net-smtp (0.5.0)
287292
net-protocol
288293
nio4r (2.7.3)
289-
nokogiri (1.16.6)
294+
nokogiri (1.17.1)
290295
mini_portile2 (~> 2.8.2)
291296
racc (~> 1.4)
292297
oauth2 (1.4.7)
@@ -330,8 +335,8 @@ GEM
330335
multi_json (~> 1.15)
331336
pusher-signature (~> 0.1.8)
332337
pusher-signature (0.1.8)
333-
racc (1.8.0)
334-
rack (2.2.9)
338+
racc (1.8.1)
339+
rack (2.2.10)
335340
rack-cors (2.0.1)
336341
rack (>= 2.0.0)
337342
rack-session (1.0.2)
@@ -342,35 +347,35 @@ GEM
342347
rackup (1.0.0)
343348
rack (< 3)
344349
webrick
345-
rails (7.1.3.4)
346-
actioncable (= 7.1.3.4)
347-
actionmailbox (= 7.1.3.4)
348-
actionmailer (= 7.1.3.4)
349-
actionpack (= 7.1.3.4)
350-
actiontext (= 7.1.3.4)
351-
actionview (= 7.1.3.4)
352-
activejob (= 7.1.3.4)
353-
activemodel (= 7.1.3.4)
354-
activerecord (= 7.1.3.4)
355-
activestorage (= 7.1.3.4)
356-
activesupport (= 7.1.3.4)
350+
rails (7.1.5.1)
351+
actioncable (= 7.1.5.1)
352+
actionmailbox (= 7.1.5.1)
353+
actionmailer (= 7.1.5.1)
354+
actionpack (= 7.1.5.1)
355+
actiontext (= 7.1.5.1)
356+
actionview (= 7.1.5.1)
357+
activejob (= 7.1.5.1)
358+
activemodel (= 7.1.5.1)
359+
activerecord (= 7.1.5.1)
360+
activestorage (= 7.1.5.1)
361+
activesupport (= 7.1.5.1)
357362
bundler (>= 1.15.0)
358-
railties (= 7.1.3.4)
363+
railties (= 7.1.5.1)
359364
rails-dom-testing (2.2.0)
360365
activesupport (>= 5.0.0)
361366
minitest
362367
nokogiri (>= 1.6)
363-
rails-html-sanitizer (1.6.0)
368+
rails-html-sanitizer (1.6.1)
364369
loofah (~> 2.21)
365-
nokogiri (~> 1.14)
370+
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)
366371
rails_12factor (0.0.3)
367372
rails_serve_static_assets
368373
rails_stdout_logging
369374
rails_serve_static_assets (0.0.5)
370375
rails_stdout_logging (0.0.5)
371-
railties (7.1.3.4)
372-
actionpack (= 7.1.3.4)
373-
activesupport (= 7.1.3.4)
376+
railties (7.1.5.1)
377+
actionpack (= 7.1.5.1)
378+
activesupport (= 7.1.5.1)
374379
irb
375380
rackup (>= 1.0.0)
376381
rake (>= 12.2)
@@ -428,6 +433,7 @@ GEM
428433
rubocop-ast (>= 1.30.0, < 2.0)
429434
ruby-progressbar (1.13.0)
430435
ruby2_keywords (0.0.5)
436+
securerandom (0.4.0)
431437
seedbank (0.5.0)
432438
rake (>= 10.0)
433439
shoulda-matchers (6.2.0)

0 commit comments

Comments
 (0)