Skip to content

Commit 7681928

Browse files
Bump actionview from 8.0.2.1 to 8.0.4.1 in /rails_app (#75)
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 db3d90e commit 7681928

1 file changed

Lines changed: 74 additions & 72 deletions

File tree

rails_app/Gemfile.lock

Lines changed: 74 additions & 72 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,17 +68,17 @@ 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)
7575
ast (2.4.3)
7676
base64 (0.3.0)
77-
benchmark (0.4.1)
78-
bigdecimal (3.3.1)
77+
benchmark (0.5.0)
78+
bigdecimal (4.0.1)
7979
builder (3.3.0)
80-
concurrent-ruby (1.3.5)
81-
connection_pool (2.5.4)
80+
concurrent-ruby (1.3.6)
81+
connection_pool (3.0.2)
8282
crass (1.0.6)
8383
date (3.4.1)
8484
debug (1.10.0)
@@ -109,7 +109,7 @@ GEM
109109
google-protobuf (4.33.0-x86_64-linux-musl)
110110
bigdecimal
111111
rake (>= 13)
112-
i18n (1.14.7)
112+
i18n (1.14.8)
113113
concurrent-ruby (~> 1.0)
114114
io-console (0.8.0)
115115
irb (1.15.2)
@@ -120,7 +120,7 @@ GEM
120120
language_server-protocol (3.17.0.4)
121121
lint_roller (1.1.0)
122122
logger (1.7.0)
123-
loofah (2.24.1)
123+
loofah (2.25.1)
124124
crass (~> 1.0.2)
125125
nokogiri (>= 1.12.0)
126126
mail (2.8.1)
@@ -130,7 +130,7 @@ GEM
130130
net-smtp
131131
marcel (1.0.4)
132132
mini_mime (1.1.5)
133-
minitest (5.25.5)
133+
minitest (5.27.0)
134134
net-imap (0.5.8)
135135
date
136136
net-protocol
@@ -141,21 +141,21 @@ GEM
141141
net-smtp (0.5.1)
142142
net-protocol
143143
nio4r (2.7.4)
144-
nokogiri (1.19.1-aarch64-linux-gnu)
144+
nokogiri (1.19.2-aarch64-linux-gnu)
145145
racc (~> 1.4)
146-
nokogiri (1.19.1-aarch64-linux-musl)
146+
nokogiri (1.19.2-aarch64-linux-musl)
147147
racc (~> 1.4)
148-
nokogiri (1.19.1-arm-linux-gnu)
148+
nokogiri (1.19.2-arm-linux-gnu)
149149
racc (~> 1.4)
150-
nokogiri (1.19.1-arm-linux-musl)
150+
nokogiri (1.19.2-arm-linux-musl)
151151
racc (~> 1.4)
152-
nokogiri (1.19.1-arm64-darwin)
152+
nokogiri (1.19.2-arm64-darwin)
153153
racc (~> 1.4)
154-
nokogiri (1.19.1-x86_64-darwin)
154+
nokogiri (1.19.2-x86_64-darwin)
155155
racc (~> 1.4)
156-
nokogiri (1.19.1-x86_64-linux-gnu)
156+
nokogiri (1.19.2-x86_64-linux-gnu)
157157
racc (~> 1.4)
158-
nokogiri (1.19.1-x86_64-linux-musl)
158+
nokogiri (1.19.2-x86_64-linux-musl)
159159
racc (~> 1.4)
160160
parallel (1.27.0)
161161
parser (3.3.8.0)
@@ -179,34 +179,35 @@ GEM
179179
rack (>= 1.3)
180180
rackup (2.2.1)
181181
rack (>= 3)
182-
rails (8.0.2.1)
183-
actioncable (= 8.0.2.1)
184-
actionmailbox (= 8.0.2.1)
185-
actionmailer (= 8.0.2.1)
186-
actionpack (= 8.0.2.1)
187-
actiontext (= 8.0.2.1)
188-
actionview (= 8.0.2.1)
189-
activejob (= 8.0.2.1)
190-
activemodel (= 8.0.2.1)
191-
activerecord (= 8.0.2.1)
192-
activestorage (= 8.0.2.1)
193-
activesupport (= 8.0.2.1)
182+
rails (8.0.4.1)
183+
actioncable (= 8.0.4.1)
184+
actionmailbox (= 8.0.4.1)
185+
actionmailer (= 8.0.4.1)
186+
actionpack (= 8.0.4.1)
187+
actiontext (= 8.0.4.1)
188+
actionview (= 8.0.4.1)
189+
activejob (= 8.0.4.1)
190+
activemodel (= 8.0.4.1)
191+
activerecord (= 8.0.4.1)
192+
activestorage (= 8.0.4.1)
193+
activesupport (= 8.0.4.1)
194194
bundler (>= 1.15.0)
195-
railties (= 8.0.2.1)
195+
railties (= 8.0.4.1)
196196
rails-dom-testing (2.3.0)
197197
activesupport (>= 5.0.0)
198198
minitest
199199
nokogiri (>= 1.6)
200-
rails-html-sanitizer (1.6.2)
201-
loofah (~> 2.21)
200+
rails-html-sanitizer (1.7.0)
201+
loofah (~> 2.25)
202202
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)
203-
railties (8.0.2.1)
204-
actionpack (= 8.0.2.1)
205-
activesupport (= 8.0.2.1)
203+
railties (8.0.4.1)
204+
actionpack (= 8.0.4.1)
205+
activesupport (= 8.0.4.1)
206206
irb (~> 1.13)
207207
rackup (>= 1.0.0)
208208
rake (>= 12.2)
209209
thor (~> 1.0, >= 1.2.2)
210+
tsort (>= 0.2)
210211
zeitwerk (~> 2.6)
211212
rainbow (3.1.1)
212213
rake (13.3.1)
@@ -277,12 +278,13 @@ GEM
277278
logger
278279
thor (1.3.2)
279280
timeout (0.4.3)
281+
tsort (0.2.0)
280282
tzinfo (2.0.6)
281283
concurrent-ruby (~> 1.0)
282284
unicode-display_width (3.1.4)
283285
unicode-emoji (~> 4.0, >= 4.0.4)
284286
unicode-emoji (4.0.4)
285-
uri (1.0.4)
287+
uri (1.1.1)
286288
useragent (0.16.11)
287289
websocket-driver (0.7.7)
288290
base64

0 commit comments

Comments
 (0)