Skip to content

Commit 22a2374

Browse files
Bump actionview from 8.0.2.1 to 8.0.4.1 (#1809)
Bumps [actionview](https://github.com/rails/rails) from 8.0.2.1 to 8.0.4.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v8.1.2.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v8.0.2.1...v8.0.4.1) --- updated-dependencies: - dependency-name: actionview dependency-version: 8.0.4.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 751ed91 commit 22a2374

1 file changed

Lines changed: 71 additions & 69 deletions

File tree

Gemfile.lock

Lines changed: 71 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -1,65 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (8.0.2.1)
5-
actionpack (= 8.0.2.1)
6-
activesupport (= 8.0.2.1)
4+
actioncable (8.0.4.1)
5+
actionpack (= 8.0.4.1)
6+
activesupport (= 8.0.4.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (8.0.2.1)
11-
actionpack (= 8.0.2.1)
12-
activejob (= 8.0.2.1)
13-
activerecord (= 8.0.2.1)
14-
activestorage (= 8.0.2.1)
15-
activesupport (= 8.0.2.1)
10+
actionmailbox (8.0.4.1)
11+
actionpack (= 8.0.4.1)
12+
activejob (= 8.0.4.1)
13+
activerecord (= 8.0.4.1)
14+
activestorage (= 8.0.4.1)
15+
activesupport (= 8.0.4.1)
1616
mail (>= 2.8.0)
17-
actionmailer (8.0.2.1)
18-
actionpack (= 8.0.2.1)
19-
actionview (= 8.0.2.1)
20-
activejob (= 8.0.2.1)
21-
activesupport (= 8.0.2.1)
17+
actionmailer (8.0.4.1)
18+
actionpack (= 8.0.4.1)
19+
actionview (= 8.0.4.1)
20+
activejob (= 8.0.4.1)
21+
activesupport (= 8.0.4.1)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (8.0.2.1)
25-
actionview (= 8.0.2.1)
26-
activesupport (= 8.0.2.1)
24+
actionpack (8.0.4.1)
25+
actionview (= 8.0.4.1)
26+
activesupport (= 8.0.4.1)
2727
nokogiri (>= 1.8.5)
2828
rack (>= 2.2.4)
2929
rack-session (>= 1.0.1)
3030
rack-test (>= 0.6.3)
3131
rails-dom-testing (~> 2.2)
3232
rails-html-sanitizer (~> 1.6)
3333
useragent (~> 0.16)
34-
actiontext (8.0.2.1)
35-
actionpack (= 8.0.2.1)
36-
activerecord (= 8.0.2.1)
37-
activestorage (= 8.0.2.1)
38-
activesupport (= 8.0.2.1)
34+
actiontext (8.0.4.1)
35+
actionpack (= 8.0.4.1)
36+
activerecord (= 8.0.4.1)
37+
activestorage (= 8.0.4.1)
38+
activesupport (= 8.0.4.1)
3939
globalid (>= 0.6.0)
4040
nokogiri (>= 1.8.5)
41-
actionview (8.0.2.1)
42-
activesupport (= 8.0.2.1)
41+
actionview (8.0.4.1)
42+
activesupport (= 8.0.4.1)
4343
builder (~> 3.1)
4444
erubi (~> 1.11)
4545
rails-dom-testing (~> 2.2)
4646
rails-html-sanitizer (~> 1.6)
47-
activejob (8.0.2.1)
48-
activesupport (= 8.0.2.1)
47+
activejob (8.0.4.1)
48+
activesupport (= 8.0.4.1)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.2.1)
51-
activesupport (= 8.0.2.1)
52-
activerecord (8.0.2.1)
53-
activemodel (= 8.0.2.1)
54-
activesupport (= 8.0.2.1)
50+
activemodel (8.0.4.1)
51+
activesupport (= 8.0.4.1)
52+
activerecord (8.0.4.1)
53+
activemodel (= 8.0.4.1)
54+
activesupport (= 8.0.4.1)
5555
timeout (>= 0.4.0)
56-
activestorage (8.0.2.1)
57-
actionpack (= 8.0.2.1)
58-
activejob (= 8.0.2.1)
59-
activerecord (= 8.0.2.1)
60-
activesupport (= 8.0.2.1)
56+
activestorage (8.0.4.1)
57+
actionpack (= 8.0.4.1)
58+
activejob (= 8.0.4.1)
59+
activerecord (= 8.0.4.1)
60+
activesupport (= 8.0.4.1)
6161
marcel (~> 1.0)
62-
activesupport (8.0.2.1)
62+
activesupport (8.0.4.1)
6363
base64
6464
benchmark (>= 0.3)
6565
bigdecimal
@@ -68,7 +68,7 @@ GEM
6868
drb
6969
i18n (>= 1.6, < 2)
7070
logger (>= 1.4.2)
71-
minitest (>= 5.1)
71+
minitest (>= 5.1, < 6)
7272
securerandom (>= 0.3)
7373
tzinfo (~> 2.0, >= 2.0.5)
7474
uri (>= 0.13.1)
@@ -102,8 +102,8 @@ GEM
102102
aws-eventstream (~> 1, >= 1.0.2)
103103
backport (1.2.0)
104104
base64 (0.3.0)
105-
benchmark (0.4.1)
106-
bigdecimal (3.2.2)
105+
benchmark (0.5.0)
106+
bigdecimal (4.0.1)
107107
bindex (0.8.1)
108108
bootsnap (1.18.6)
109109
msgpack (~> 1.2)
@@ -124,8 +124,8 @@ GEM
124124
xpath (~> 3.2)
125125
childprocess (5.1.0)
126126
logger (~> 1.5)
127-
concurrent-ruby (1.3.5)
128-
connection_pool (2.5.3)
127+
concurrent-ruby (1.3.6)
128+
connection_pool (3.0.2)
129129
connpass_api_v2 (0.1.0)
130130
faraday (>= 2.0.0)
131131
faraday-mashify
@@ -175,7 +175,7 @@ GEM
175175
activesupport (>= 6.1)
176176
hash-deep-merge (0.1.1)
177177
hashie (5.0.0)
178-
i18n (1.14.7)
178+
i18n (1.14.8)
179179
concurrent-ruby (~> 1.0)
180180
io-console (0.8.0)
181181
irb (1.15.2)
@@ -222,7 +222,7 @@ GEM
222222
rb-fsevent (~> 0.10, >= 0.10.3)
223223
rb-inotify (~> 0.9, >= 0.9.10)
224224
logger (1.7.0)
225-
loofah (2.24.1)
225+
loofah (2.25.1)
226226
crass (~> 1.0.2)
227227
nokogiri (>= 1.12.0)
228228
mail (2.8.1)
@@ -234,7 +234,7 @@ GEM
234234
matrix (0.4.2)
235235
memory_profiler (1.1.0)
236236
mini_mime (1.1.5)
237-
minitest (5.25.5)
237+
minitest (5.27.0)
238238
msgpack (1.8.0)
239239
multipart-post (2.4.1)
240240
net-http (0.9.1)
@@ -249,21 +249,21 @@ GEM
249249
net-smtp (0.5.1)
250250
net-protocol
251251
nio4r (2.7.4)
252-
nokogiri (1.19.1-aarch64-linux-gnu)
252+
nokogiri (1.19.2-aarch64-linux-gnu)
253253
racc (~> 1.4)
254-
nokogiri (1.19.1-aarch64-linux-musl)
254+
nokogiri (1.19.2-aarch64-linux-musl)
255255
racc (~> 1.4)
256-
nokogiri (1.19.1-arm-linux-gnu)
256+
nokogiri (1.19.2-arm-linux-gnu)
257257
racc (~> 1.4)
258-
nokogiri (1.19.1-arm-linux-musl)
258+
nokogiri (1.19.2-arm-linux-musl)
259259
racc (~> 1.4)
260-
nokogiri (1.19.1-arm64-darwin)
260+
nokogiri (1.19.2-arm64-darwin)
261261
racc (~> 1.4)
262-
nokogiri (1.19.1-x86_64-darwin)
262+
nokogiri (1.19.2-x86_64-darwin)
263263
racc (~> 1.4)
264-
nokogiri (1.19.1-x86_64-linux-gnu)
264+
nokogiri (1.19.2-x86_64-linux-gnu)
265265
racc (~> 1.4)
266-
nokogiri (1.19.1-x86_64-linux-musl)
266+
nokogiri (1.19.2-x86_64-linux-musl)
267267
racc (~> 1.4)
268268
observer (0.1.2)
269269
openssl (3.3.2)
@@ -305,20 +305,20 @@ GEM
305305
woothee (>= 1.0.0)
306306
rackup (2.2.1)
307307
rack (>= 3)
308-
rails (8.0.2.1)
309-
actioncable (= 8.0.2.1)
310-
actionmailbox (= 8.0.2.1)
311-
actionmailer (= 8.0.2.1)
312-
actionpack (= 8.0.2.1)
313-
actiontext (= 8.0.2.1)
314-
actionview (= 8.0.2.1)
315-
activejob (= 8.0.2.1)
316-
activemodel (= 8.0.2.1)
317-
activerecord (= 8.0.2.1)
318-
activestorage (= 8.0.2.1)
319-
activesupport (= 8.0.2.1)
308+
rails (8.0.4.1)
309+
actioncable (= 8.0.4.1)
310+
actionmailbox (= 8.0.4.1)
311+
actionmailer (= 8.0.4.1)
312+
actionpack (= 8.0.4.1)
313+
actiontext (= 8.0.4.1)
314+
actionview (= 8.0.4.1)
315+
activejob (= 8.0.4.1)
316+
activemodel (= 8.0.4.1)
317+
activerecord (= 8.0.4.1)
318+
activestorage (= 8.0.4.1)
319+
activesupport (= 8.0.4.1)
320320
bundler (>= 1.15.0)
321-
railties (= 8.0.2.1)
321+
railties (= 8.0.4.1)
322322
rails-controller-testing (1.0.5)
323323
actionpack (>= 5.0.1.rc1)
324324
actionview (>= 5.0.1.rc1)
@@ -330,13 +330,14 @@ GEM
330330
rails-html-sanitizer (1.6.2)
331331
loofah (~> 2.21)
332332
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)
333-
railties (8.0.2.1)
334-
actionpack (= 8.0.2.1)
335-
activesupport (= 8.0.2.1)
333+
railties (8.0.4.1)
334+
actionpack (= 8.0.4.1)
335+
activesupport (= 8.0.4.1)
336336
irb (~> 1.13)
337337
rackup (>= 1.0.0)
338338
rake (>= 12.2)
339339
thor (~> 1.0, >= 1.2.2)
340+
tsort (>= 0.2)
340341
zeitwerk (~> 2.6)
341342
rainbow (3.1.1)
342343
rake (13.2.1)
@@ -451,6 +452,7 @@ GEM
451452
thor (1.4.0)
452453
tilt (2.6.0)
453454
timeout (0.4.3)
455+
tsort (0.2.0)
454456
tzinfo (2.0.6)
455457
concurrent-ruby (~> 1.0)
456458
unicode-display_width (3.1.4)

0 commit comments

Comments
 (0)