Skip to content

Commit f429318

Browse files
Bump actionview from 7.2.3 to 7.2.3.1
Bumps [actionview](https://github.com/rails/rails) from 7.2.3 to 7.2.3.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@v7.2.3...v7.2.3.1) --- updated-dependencies: - dependency-name: actionview dependency-version: 7.2.3.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 979b33c commit f429318

File tree

1 file changed

+57
-59
lines changed

1 file changed

+57
-59
lines changed

Gemfile.lock

Lines changed: 57 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@ PATH
2929
GEM
3030
remote: https://rubygems.org/
3131
specs:
32-
actioncable (7.2.3)
33-
actionpack (= 7.2.3)
34-
activesupport (= 7.2.3)
32+
actioncable (7.2.3.1)
33+
actionpack (= 7.2.3.1)
34+
activesupport (= 7.2.3.1)
3535
nio4r (~> 2.0)
3636
websocket-driver (>= 0.6.1)
3737
zeitwerk (~> 2.6)
38-
actionmailbox (7.2.3)
39-
actionpack (= 7.2.3)
40-
activejob (= 7.2.3)
41-
activerecord (= 7.2.3)
42-
activestorage (= 7.2.3)
43-
activesupport (= 7.2.3)
38+
actionmailbox (7.2.3.1)
39+
actionpack (= 7.2.3.1)
40+
activejob (= 7.2.3.1)
41+
activerecord (= 7.2.3.1)
42+
activestorage (= 7.2.3.1)
43+
activesupport (= 7.2.3.1)
4444
mail (>= 2.8.0)
45-
actionmailer (7.2.3)
46-
actionpack (= 7.2.3)
47-
actionview (= 7.2.3)
48-
activejob (= 7.2.3)
49-
activesupport (= 7.2.3)
45+
actionmailer (7.2.3.1)
46+
actionpack (= 7.2.3.1)
47+
actionview (= 7.2.3.1)
48+
activejob (= 7.2.3.1)
49+
activesupport (= 7.2.3.1)
5050
mail (>= 2.8.0)
5151
rails-dom-testing (~> 2.2)
52-
actionpack (7.2.3)
53-
actionview (= 7.2.3)
54-
activesupport (= 7.2.3)
52+
actionpack (7.2.3.1)
53+
actionview (= 7.2.3.1)
54+
activesupport (= 7.2.3.1)
5555
cgi
5656
nokogiri (>= 1.8.5)
5757
racc
@@ -61,36 +61,36 @@ GEM
6161
rails-dom-testing (~> 2.2)
6262
rails-html-sanitizer (~> 1.6)
6363
useragent (~> 0.16)
64-
actiontext (7.2.3)
65-
actionpack (= 7.2.3)
66-
activerecord (= 7.2.3)
67-
activestorage (= 7.2.3)
68-
activesupport (= 7.2.3)
64+
actiontext (7.2.3.1)
65+
actionpack (= 7.2.3.1)
66+
activerecord (= 7.2.3.1)
67+
activestorage (= 7.2.3.1)
68+
activesupport (= 7.2.3.1)
6969
globalid (>= 0.6.0)
7070
nokogiri (>= 1.8.5)
71-
actionview (7.2.3)
72-
activesupport (= 7.2.3)
71+
actionview (7.2.3.1)
72+
activesupport (= 7.2.3.1)
7373
builder (~> 3.1)
7474
cgi
7575
erubi (~> 1.11)
7676
rails-dom-testing (~> 2.2)
7777
rails-html-sanitizer (~> 1.6)
78-
activejob (7.2.3)
79-
activesupport (= 7.2.3)
78+
activejob (7.2.3.1)
79+
activesupport (= 7.2.3.1)
8080
globalid (>= 0.3.6)
81-
activemodel (7.2.3)
82-
activesupport (= 7.2.3)
83-
activerecord (7.2.3)
84-
activemodel (= 7.2.3)
85-
activesupport (= 7.2.3)
81+
activemodel (7.2.3.1)
82+
activesupport (= 7.2.3.1)
83+
activerecord (7.2.3.1)
84+
activemodel (= 7.2.3.1)
85+
activesupport (= 7.2.3.1)
8686
timeout (>= 0.4.0)
87-
activestorage (7.2.3)
88-
actionpack (= 7.2.3)
89-
activejob (= 7.2.3)
90-
activerecord (= 7.2.3)
91-
activesupport (= 7.2.3)
87+
activestorage (7.2.3.1)
88+
actionpack (= 7.2.3.1)
89+
activejob (= 7.2.3.1)
90+
activerecord (= 7.2.3.1)
91+
activesupport (= 7.2.3.1)
9292
marcel (~> 1.0)
93-
activesupport (7.2.3)
93+
activesupport (7.2.3.1)
9494
base64
9595
benchmark (>= 0.3)
9696
bigdecimal
@@ -99,7 +99,7 @@ GEM
9999
drb
100100
i18n (>= 1.6, < 2)
101101
logger (>= 1.4.2)
102-
minitest (>= 5.1)
102+
minitest (>= 5.1, < 6)
103103
securerandom (>= 0.3)
104104
tzinfo (~> 2.0, >= 2.0.5)
105105
addressable (2.8.9)
@@ -240,7 +240,7 @@ GEM
240240
language_server-protocol (3.17.0.5)
241241
lint_roller (1.1.0)
242242
logger (1.7.0)
243-
loofah (2.25.0)
243+
loofah (2.25.1)
244244
crass (~> 1.0.2)
245245
nokogiri (>= 1.12.0)
246246
mail (2.9.0)
@@ -257,9 +257,7 @@ GEM
257257
method_source (1.1.0)
258258
mini_mime (1.1.5)
259259
mini_portile2 (2.8.9)
260-
minitest (6.0.2)
261-
drb (~> 2.0)
262-
prism (~> 1.5)
260+
minitest (5.27.0)
263261
multi_json (1.19.1)
264262
net-http (0.9.1)
265263
uri (>= 0.11.1)
@@ -273,7 +271,7 @@ GEM
273271
net-smtp (0.5.1)
274272
net-protocol
275273
nio4r (2.7.5)
276-
nokogiri (1.19.1)
274+
nokogiri (1.19.2)
277275
mini_portile2 (~> 2.8.2)
278276
racc (~> 1.4)
279277
octokit (4.25.1)
@@ -309,20 +307,20 @@ GEM
309307
rackup (1.0.1)
310308
rack (< 3)
311309
webrick
312-
rails (7.2.3)
313-
actioncable (= 7.2.3)
314-
actionmailbox (= 7.2.3)
315-
actionmailer (= 7.2.3)
316-
actionpack (= 7.2.3)
317-
actiontext (= 7.2.3)
318-
actionview (= 7.2.3)
319-
activejob (= 7.2.3)
320-
activemodel (= 7.2.3)
321-
activerecord (= 7.2.3)
322-
activestorage (= 7.2.3)
323-
activesupport (= 7.2.3)
310+
rails (7.2.3.1)
311+
actioncable (= 7.2.3.1)
312+
actionmailbox (= 7.2.3.1)
313+
actionmailer (= 7.2.3.1)
314+
actionpack (= 7.2.3.1)
315+
actiontext (= 7.2.3.1)
316+
actionview (= 7.2.3.1)
317+
activejob (= 7.2.3.1)
318+
activemodel (= 7.2.3.1)
319+
activerecord (= 7.2.3.1)
320+
activestorage (= 7.2.3.1)
321+
activesupport (= 7.2.3.1)
324322
bundler (>= 1.15.0)
325-
railties (= 7.2.3)
323+
railties (= 7.2.3.1)
326324
rails-controller-testing (1.0.5)
327325
actionpack (>= 5.0.1.rc1)
328326
actionview (>= 5.0.1.rc1)
@@ -334,9 +332,9 @@ GEM
334332
rails-html-sanitizer (1.7.0)
335333
loofah (~> 2.25)
336334
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)
337-
railties (7.2.3)
338-
actionpack (= 7.2.3)
339-
activesupport (= 7.2.3)
335+
railties (7.2.3.1)
336+
actionpack (= 7.2.3.1)
337+
activesupport (= 7.2.3.1)
340338
cgi
341339
irb (~> 1.13)
342340
rackup (>= 1.0.0)

0 commit comments

Comments
 (0)