Skip to content

Commit 5360063

Browse files
Bump actionview from 7.0.4 to 7.0.4.3
Bumps [actionview](https://github.com/rails/rails) from 7.0.4 to 7.0.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.1.3.4/actionview/CHANGELOG.md) - [Commits](rails/rails@v7.0.4...v7.0.4.3) --- updated-dependencies: - dependency-name: actionview dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5c92719 commit 5360063

File tree

1 file changed

+28
-48
lines changed

1 file changed

+28
-48
lines changed

Gemfile.lock

Lines changed: 28 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -7,95 +7,76 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actionmailer (7.0.4)
11-
actionpack (= 7.0.4)
12-
actionview (= 7.0.4)
13-
activejob (= 7.0.4)
14-
activesupport (= 7.0.4)
15-
mail (~> 2.5, >= 2.5.4)
16-
net-imap
17-
net-pop
18-
net-smtp
19-
rails-dom-testing (~> 2.0)
20-
actionpack (7.0.4)
21-
actionview (= 7.0.4)
22-
activesupport (= 7.0.4)
10+
actionmailer (0.6.1)
11+
actionpack (>= 0.9.5)
12+
actionpack (7.0.4.3)
13+
actionview (= 7.0.4.3)
14+
activesupport (= 7.0.4.3)
2315
rack (~> 2.0, >= 2.2.0)
2416
rack-test (>= 0.6.3)
2517
rails-dom-testing (~> 2.0)
2618
rails-html-sanitizer (~> 1.0, >= 1.2.0)
27-
actionview (7.0.4)
28-
activesupport (= 7.0.4)
19+
actionview (7.0.4.3)
20+
activesupport (= 7.0.4.3)
2921
builder (~> 3.1)
3022
erubi (~> 1.4)
3123
rails-dom-testing (~> 2.0)
3224
rails-html-sanitizer (~> 1.1, >= 1.2.0)
33-
activejob (7.0.4)
34-
activesupport (= 7.0.4)
35-
globalid (>= 0.3.6)
36-
activesupport (7.0.4)
25+
activesupport (7.0.4.3)
3726
concurrent-ruby (~> 1.0, >= 1.0.2)
3827
i18n (>= 1.6, < 2)
3928
minitest (>= 5.1)
4029
tzinfo (~> 2.0)
4130
ansi (1.5.0)
4231
ast (2.4.2)
43-
builder (3.2.4)
32+
builder (3.3.0)
4433
coderay (1.1.3)
45-
concurrent-ruby (1.1.10)
34+
concurrent-ruby (1.3.4)
4635
crass (1.0.6)
4736
diff-lcs (1.5.0)
4837
docile (1.4.0)
49-
erubi (1.11.0)
38+
erubi (1.13.0)
5039
fast_ignore (0.17.4)
51-
globalid (1.0.1)
52-
activesupport (>= 5.0)
53-
i18n (1.12.0)
40+
i18n (1.14.5)
5441
concurrent-ruby (~> 1.0)
5542
jaro_winkler (1.5.4)
5643
json (2.6.2)
5744
leftovers (0.11.1)
5845
fast_ignore (>= 0.17.0)
5946
parallel
6047
parser
61-
loofah (2.19.1)
48+
loofah (2.22.0)
6249
crass (~> 1.0.2)
63-
nokogiri (>= 1.5.9)
50+
nokogiri (>= 1.12.0)
6451
mail (2.7.1)
6552
mini_mime (>= 0.1.1)
6653
method_source (1.0.0)
6754
mini_mime (1.1.2)
68-
minitest (5.17.0)
69-
net-imap (0.3.1)
70-
net-protocol
71-
net-pop (0.1.2)
72-
net-protocol
73-
net-protocol (0.1.3)
74-
timeout
75-
net-smtp (0.3.2)
76-
net-protocol
77-
nokogiri (1.13.10-arm64-darwin)
55+
minitest (5.25.1)
56+
nokogiri (1.15.6-arm64-darwin)
7857
racc (~> 1.4)
79-
nokogiri (1.13.10-x86_64-linux)
58+
nokogiri (1.15.6-x86_64-linux)
8059
racc (~> 1.4)
8160
parallel (1.22.1)
8261
parser (3.1.2.1)
8362
ast (~> 2.4.1)
8463
pry (0.14.1)
8564
coderay (~> 1.1)
8665
method_source (~> 1.0)
87-
racc (1.6.1)
66+
racc (1.8.1)
8867
rack (2.2.8.1)
8968
rack-test (2.0.2)
9069
rack (>= 1.3)
91-
rails-dom-testing (2.0.3)
92-
activesupport (>= 4.2.0)
70+
rails-dom-testing (2.2.0)
71+
activesupport (>= 5.0.0)
72+
minitest
9373
nokogiri (>= 1.6)
94-
rails-html-sanitizer (1.4.4)
95-
loofah (~> 2.19, >= 2.19.1)
96-
railties (7.0.4)
97-
actionpack (= 7.0.4)
98-
activesupport (= 7.0.4)
74+
rails-html-sanitizer (1.6.0)
75+
loofah (~> 2.21)
76+
nokogiri (~> 1.14)
77+
railties (7.0.4.3)
78+
actionpack (= 7.0.4.3)
79+
activesupport (= 7.0.4.3)
9980
method_source
10081
rake (>= 12.2)
10182
thor (~> 1.0)
@@ -156,8 +137,7 @@ GEM
156137
terminal-table (3.0.2)
157138
unicode-display_width (>= 1.1.1, < 3)
158139
thor (1.2.1)
159-
timeout (0.3.0)
160-
tzinfo (2.0.5)
140+
tzinfo (2.0.6)
161141
concurrent-ruby (~> 1.0)
162142
unicode-display_width (2.3.0)
163143
yard (0.9.36)

0 commit comments

Comments
 (0)