Skip to content

Commit 35f6a7f

Browse files
Bump actionpack from 7.1.5 to 7.1.5.1
Bumps [actionpack](https://github.com/rails/rails) from 7.1.5 to 7.1.5.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.0.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v7.1.5...v7.1.5.1) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3ea56fc commit 35f6a7f

File tree

1 file changed

+71
-70
lines changed

1 file changed

+71
-70
lines changed

Gemfile.lock

Lines changed: 71 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,71 +1,71 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.5)
5-
actionpack (= 7.1.5)
6-
activesupport (= 7.1.5)
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.5)
11-
actionpack (= 7.1.5)
12-
activejob (= 7.1.5)
13-
activerecord (= 7.1.5)
14-
activestorage (= 7.1.5)
15-
activesupport (= 7.1.5)
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.5)
21-
actionpack (= 7.1.5)
22-
actionview (= 7.1.5)
23-
activejob (= 7.1.5)
24-
activesupport (= 7.1.5)
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.5)
31-
actionview (= 7.1.5)
32-
activesupport (= 7.1.5)
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.5)
41-
actionpack (= 7.1.5)
42-
activerecord (= 7.1.5)
43-
activestorage (= 7.1.5)
44-
activesupport (= 7.1.5)
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.5)
48-
activesupport (= 7.1.5)
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)
53-
activejob (7.1.5)
54-
activesupport (= 7.1.5)
53+
activejob (7.1.5.1)
54+
activesupport (= 7.1.5.1)
5555
globalid (>= 0.3.6)
56-
activemodel (7.1.5)
57-
activesupport (= 7.1.5)
58-
activerecord (7.1.5)
59-
activemodel (= 7.1.5)
60-
activesupport (= 7.1.5)
56+
activemodel (7.1.5.1)
57+
activesupport (= 7.1.5.1)
58+
activerecord (7.1.5.1)
59+
activemodel (= 7.1.5.1)
60+
activesupport (= 7.1.5.1)
6161
timeout (>= 0.4.0)
62-
activestorage (7.1.5)
63-
actionpack (= 7.1.5)
64-
activejob (= 7.1.5)
65-
activerecord (= 7.1.5)
66-
activesupport (= 7.1.5)
62+
activestorage (7.1.5.1)
63+
actionpack (= 7.1.5.1)
64+
activejob (= 7.1.5.1)
65+
activerecord (= 7.1.5.1)
66+
activesupport (= 7.1.5.1)
6767
marcel (~> 1.0)
68-
activesupport (7.1.5)
68+
activesupport (7.1.5.1)
6969
base64
7070
benchmark (>= 0.3)
7171
bigdecimal
@@ -93,7 +93,7 @@ GEM
9393
colorize (~> 0.8.1)
9494
lograge (~> 0.11)
9595
ougai (~> 1.8)
96-
bigdecimal (3.1.8)
96+
bigdecimal (3.1.9)
9797
bindex (0.8.1)
9898
blacklight (7.40.0)
9999
deprecation
@@ -125,11 +125,11 @@ GEM
125125
xpath (~> 3.2)
126126
coderay (1.1.3)
127127
colorize (0.8.1)
128-
concurrent-ruby (1.3.4)
128+
concurrent-ruby (1.3.5)
129129
config (5.5.2)
130130
deep_merge (~> 1.2, >= 1.2.1)
131131
ostruct
132-
connection_pool (2.4.1)
132+
connection_pool (2.5.0)
133133
crass (1.0.6)
134134
date (3.4.0)
135135
debug (1.9.2)
@@ -150,7 +150,7 @@ GEM
150150
docile (1.4.1)
151151
drb (2.2.1)
152152
dry-cli (1.2.0)
153-
erubi (1.13.0)
153+
erubi (1.13.1)
154154
execjs (2.10.0)
155155
faraday (2.12.1)
156156
faraday-net_http (>= 2.0, < 3.5)
@@ -205,7 +205,7 @@ GEM
205205
tilt (>= 1.2)
206206
hashdiff (1.1.2)
207207
hashie (5.0.0)
208-
i18n (1.14.6)
208+
i18n (1.14.7)
209209
concurrent-ruby (~> 1.0)
210210
importmap-rails (2.0.3)
211211
actionpack (>= 6.0.0)
@@ -238,13 +238,13 @@ GEM
238238
kaminari-core (= 1.2.2)
239239
kaminari-core (1.2.2)
240240
language_server-protocol (3.17.0.3)
241-
logger (1.6.1)
241+
logger (1.6.5)
242242
lograge (0.14.0)
243243
actionpack (>= 4)
244244
activesupport (>= 4)
245245
railties (>= 4)
246246
request_store (~> 1.0)
247-
loofah (2.23.1)
247+
loofah (2.24.0)
248248
crass (~> 1.0.2)
249249
nokogiri (>= 1.12.0)
250250
mail (2.8.1)
@@ -261,10 +261,10 @@ GEM
261261
mime-types-data (3.2024.1105)
262262
mini_mime (1.1.5)
263263
minitar (1.0.2)
264-
minitest (5.25.1)
264+
minitest (5.25.4)
265265
msgpack (1.7.5)
266266
multi_json (1.15.0)
267-
mutex_m (0.2.0)
267+
mutex_m (0.3.0)
268268
net-http (0.5.0)
269269
uri
270270
net-http-persistent (4.0.4)
@@ -279,11 +279,13 @@ GEM
279279
net-smtp (0.5.0)
280280
net-protocol
281281
nio4r (2.7.4)
282-
nokogiri (1.16.7-aarch64-linux)
282+
nokogiri (1.18.2-aarch64-linux-gnu)
283283
racc (~> 1.4)
284-
nokogiri (1.16.7-x86_64-darwin)
284+
nokogiri (1.18.2-x86_64-darwin)
285285
racc (~> 1.4)
286-
nokogiri (1.16.7-x86_64-linux)
286+
nokogiri (1.18.2-x86_64-linux-gnu)
287+
racc (~> 1.4)
288+
nokogiri (1.18.2-x86_64-linux-musl)
287289
racc (~> 1.4)
288290
oj (3.16.7)
289291
bigdecimal (>= 3.0)
@@ -324,36 +326,36 @@ GEM
324326
rack
325327
rack-session (1.0.2)
326328
rack (< 3)
327-
rack-test (2.1.0)
329+
rack-test (2.2.0)
328330
rack (>= 1.3)
329331
rack-timeout (0.6.3)
330332
rackup (1.0.1)
331333
rack (< 3)
332334
webrick
333-
rails (7.1.5)
334-
actioncable (= 7.1.5)
335-
actionmailbox (= 7.1.5)
336-
actionmailer (= 7.1.5)
337-
actionpack (= 7.1.5)
338-
actiontext (= 7.1.5)
339-
actionview (= 7.1.5)
340-
activejob (= 7.1.5)
341-
activemodel (= 7.1.5)
342-
activerecord (= 7.1.5)
343-
activestorage (= 7.1.5)
344-
activesupport (= 7.1.5)
335+
rails (7.1.5.1)
336+
actioncable (= 7.1.5.1)
337+
actionmailbox (= 7.1.5.1)
338+
actionmailer (= 7.1.5.1)
339+
actionpack (= 7.1.5.1)
340+
actiontext (= 7.1.5.1)
341+
actionview (= 7.1.5.1)
342+
activejob (= 7.1.5.1)
343+
activemodel (= 7.1.5.1)
344+
activerecord (= 7.1.5.1)
345+
activestorage (= 7.1.5.1)
346+
activesupport (= 7.1.5.1)
345347
bundler (>= 1.15.0)
346-
railties (= 7.1.5)
348+
railties (= 7.1.5.1)
347349
rails-dom-testing (2.2.0)
348350
activesupport (>= 5.0.0)
349351
minitest
350352
nokogiri (>= 1.6)
351-
rails-html-sanitizer (1.6.0)
353+
rails-html-sanitizer (1.6.2)
352354
loofah (~> 2.21)
353-
nokogiri (~> 1.14)
354-
railties (7.1.5)
355-
actionpack (= 7.1.5)
356-
activesupport (= 7.1.5)
355+
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)
356+
railties (7.1.5.1)
357+
actionpack (= 7.1.5.1)
358+
activesupport (= 7.1.5.1)
357359
irb
358360
rackup (>= 1.0.0)
359361
rake (>= 12.2)
@@ -445,7 +447,7 @@ GEM
445447
sprockets (> 3.0)
446448
sprockets-rails
447449
tilt
448-
securerandom (0.3.2)
450+
securerandom (0.4.1)
449451
selenium-webdriver (4.10.0)
450452
rexml (~> 3.2, >= 3.2.5)
451453
rubyzip (>= 1.2.2, < 3.0)
@@ -524,7 +526,6 @@ GEM
524526

525527
PLATFORMS
526528
aarch64-linux
527-
arm64-darwin-22
528529
x86_64-darwin-22
529530
x86_64-linux
530531
x86_64-linux-musl

0 commit comments

Comments
 (0)