Skip to content

Commit 78968a5

Browse files
dependabot[bot]dblock
authored andcommitted
Bump actionview from 8.0.3 to 8.0.4.1
Bumps [actionview](https://github.com/rails/rails) from 8.0.3 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.3...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>
1 parent 1e1e635 commit 78968a5

1 file changed

Lines changed: 63 additions & 63 deletions

File tree

Gemfile.lock

Lines changed: 63 additions & 63 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.3)
5-
actionpack (= 8.0.3)
6-
activesupport (= 8.0.3)
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.3)
11-
actionpack (= 8.0.3)
12-
activejob (= 8.0.3)
13-
activerecord (= 8.0.3)
14-
activestorage (= 8.0.3)
15-
activesupport (= 8.0.3)
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.3)
18-
actionpack (= 8.0.3)
19-
actionview (= 8.0.3)
20-
activejob (= 8.0.3)
21-
activesupport (= 8.0.3)
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.3)
25-
actionview (= 8.0.3)
26-
activesupport (= 8.0.3)
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.3)
35-
actionpack (= 8.0.3)
36-
activerecord (= 8.0.3)
37-
activestorage (= 8.0.3)
38-
activesupport (= 8.0.3)
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.3)
42-
activesupport (= 8.0.3)
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.3)
48-
activesupport (= 8.0.3)
47+
activejob (8.0.4.1)
48+
activesupport (= 8.0.4.1)
4949
globalid (>= 0.3.6)
50-
activemodel (8.0.3)
51-
activesupport (= 8.0.3)
52-
activerecord (8.0.3)
53-
activemodel (= 8.0.3)
54-
activesupport (= 8.0.3)
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.3)
57-
actionpack (= 8.0.3)
58-
activejob (= 8.0.3)
59-
activerecord (= 8.0.3)
60-
activesupport (= 8.0.3)
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.3)
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)
@@ -80,7 +80,7 @@ GEM
8080
thor (>= 0.14.0)
8181
ast (2.4.3)
8282
base64 (0.3.0)
83-
benchmark (0.4.1)
83+
benchmark (0.5.0)
8484
bigdecimal (3.3.1)
8585
bindex (0.8.1)
8686
bootsnap (1.18.6)
@@ -96,7 +96,7 @@ GEM
9696
regexp_parser (>= 1.5, < 3.0)
9797
xpath (~> 3.2)
9898
concurrent-ruby (1.3.5)
99-
connection_pool (2.5.4)
99+
connection_pool (3.0.2)
100100
crass (1.0.6)
101101
date (3.4.1)
102102
debug (1.11.0)
@@ -134,7 +134,7 @@ GEM
134134
grape-swagger (2.1.2)
135135
grape (>= 1.7, < 3.0)
136136
rack-test (~> 2)
137-
i18n (1.14.7)
137+
i18n (1.14.8)
138138
concurrent-ruby (~> 1.0)
139139
importmap-rails (2.2.2)
140140
actionpack (>= 6.0.0)
@@ -152,7 +152,7 @@ GEM
152152
language_server-protocol (3.17.0.5)
153153
lint_roller (1.1.0)
154154
logger (1.7.0)
155-
loofah (2.24.1)
155+
loofah (2.25.1)
156156
crass (~> 1.0.2)
157157
nokogiri (>= 1.12.0)
158158
mail (2.8.1)
@@ -164,7 +164,7 @@ GEM
164164
matrix (0.4.3)
165165
mini_mime (1.1.5)
166166
mini_portile2 (2.8.9)
167-
minitest (5.26.0)
167+
minitest (5.27.0)
168168
msgpack (1.8.0)
169169
mustermann (3.0.4)
170170
ruby2_keywords (~> 0.0.1)
@@ -181,7 +181,7 @@ GEM
181181
net-smtp (0.5.1)
182182
net-protocol
183183
nio4r (2.7.4)
184-
nokogiri (1.19.1)
184+
nokogiri (1.19.2)
185185
mini_portile2 (~> 2.8.2)
186186
racc (~> 1.4)
187187
parallel (1.27.0)
@@ -208,30 +208,30 @@ GEM
208208
rack (>= 1.3)
209209
rackup (2.2.1)
210210
rack (>= 3)
211-
rails (8.0.3)
212-
actioncable (= 8.0.3)
213-
actionmailbox (= 8.0.3)
214-
actionmailer (= 8.0.3)
215-
actionpack (= 8.0.3)
216-
actiontext (= 8.0.3)
217-
actionview (= 8.0.3)
218-
activejob (= 8.0.3)
219-
activemodel (= 8.0.3)
220-
activerecord (= 8.0.3)
221-
activestorage (= 8.0.3)
222-
activesupport (= 8.0.3)
211+
rails (8.0.4.1)
212+
actioncable (= 8.0.4.1)
213+
actionmailbox (= 8.0.4.1)
214+
actionmailer (= 8.0.4.1)
215+
actionpack (= 8.0.4.1)
216+
actiontext (= 8.0.4.1)
217+
actionview (= 8.0.4.1)
218+
activejob (= 8.0.4.1)
219+
activemodel (= 8.0.4.1)
220+
activerecord (= 8.0.4.1)
221+
activestorage (= 8.0.4.1)
222+
activesupport (= 8.0.4.1)
223223
bundler (>= 1.15.0)
224-
railties (= 8.0.3)
224+
railties (= 8.0.4.1)
225225
rails-dom-testing (2.3.0)
226226
activesupport (>= 5.0.0)
227227
minitest
228228
nokogiri (>= 1.6)
229-
rails-html-sanitizer (1.6.2)
230-
loofah (~> 2.21)
229+
rails-html-sanitizer (1.7.0)
230+
loofah (~> 2.25)
231231
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)
232-
railties (8.0.3)
233-
actionpack (= 8.0.3)
234-
activesupport (= 8.0.3)
232+
railties (8.0.4.1)
233+
actionpack (= 8.0.4.1)
234+
activesupport (= 8.0.4.1)
235235
irb (~> 1.13)
236236
rackup (>= 1.0.0)
237237
rake (>= 12.2)
@@ -334,7 +334,7 @@ GEM
334334
unicode-display_width (3.2.0)
335335
unicode-emoji (~> 4.1)
336336
unicode-emoji (4.1.0)
337-
uri (1.0.4)
337+
uri (1.1.1)
338338
useragent (0.16.11)
339339
web-console (4.2.1)
340340
actionview (>= 6.0.0)

0 commit comments

Comments
 (0)