Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit 2d697c5

Browse files
Bump actionview from 5.2.4.3 to 6.1.3.1
Bumps [actionview](https://github.com/rails/rails) from 5.2.4.3 to 6.1.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.1/actionview/CHANGELOG.md) - [Commits](rails/rails@v5.2.4.3...v6.1.3.1) Signed-off-by: dependabot[bot] <[email protected]>
1 parent bc7120c commit 2d697c5

File tree

1 file changed

+86
-69
lines changed

1 file changed

+86
-69
lines changed

Gemfile.lock

Lines changed: 86 additions & 69 deletions
Original file line numberDiff line numberDiff line change
@@ -7,53 +7,70 @@ PATH
77
GEM
88
remote: https://rubygems.org/
99
specs:
10-
actioncable (5.2.4.3)
11-
actionpack (= 5.2.4.3)
10+
actioncable (6.1.3.1)
11+
actionpack (= 6.1.3.1)
12+
activesupport (= 6.1.3.1)
1213
nio4r (~> 2.0)
1314
websocket-driver (>= 0.6.1)
14-
actionmailer (5.2.4.3)
15-
actionpack (= 5.2.4.3)
16-
actionview (= 5.2.4.3)
17-
activejob (= 5.2.4.3)
15+
actionmailbox (6.1.3.1)
16+
actionpack (= 6.1.3.1)
17+
activejob (= 6.1.3.1)
18+
activerecord (= 6.1.3.1)
19+
activestorage (= 6.1.3.1)
20+
activesupport (= 6.1.3.1)
21+
mail (>= 2.7.1)
22+
actionmailer (6.1.3.1)
23+
actionpack (= 6.1.3.1)
24+
actionview (= 6.1.3.1)
25+
activejob (= 6.1.3.1)
26+
activesupport (= 6.1.3.1)
1827
mail (~> 2.5, >= 2.5.4)
1928
rails-dom-testing (~> 2.0)
20-
actionpack (5.2.4.3)
21-
actionview (= 5.2.4.3)
22-
activesupport (= 5.2.4.3)
23-
rack (~> 2.0, >= 2.0.8)
29+
actionpack (6.1.3.1)
30+
actionview (= 6.1.3.1)
31+
activesupport (= 6.1.3.1)
32+
rack (~> 2.0, >= 2.0.9)
2433
rack-test (>= 0.6.3)
2534
rails-dom-testing (~> 2.0)
26-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
27-
actionview (5.2.4.3)
28-
activesupport (= 5.2.4.3)
35+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
36+
actiontext (6.1.3.1)
37+
actionpack (= 6.1.3.1)
38+
activerecord (= 6.1.3.1)
39+
activestorage (= 6.1.3.1)
40+
activesupport (= 6.1.3.1)
41+
nokogiri (>= 1.8.5)
42+
actionview (6.1.3.1)
43+
activesupport (= 6.1.3.1)
2944
builder (~> 3.1)
3045
erubi (~> 1.4)
3146
rails-dom-testing (~> 2.0)
32-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
33-
activejob (5.2.4.3)
34-
activesupport (= 5.2.4.3)
47+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
48+
activejob (6.1.3.1)
49+
activesupport (= 6.1.3.1)
3550
globalid (>= 0.3.6)
36-
activemodel (5.2.4.3)
37-
activesupport (= 5.2.4.3)
38-
activerecord (5.2.4.3)
39-
activemodel (= 5.2.4.3)
40-
activesupport (= 5.2.4.3)
41-
arel (>= 9.0)
42-
activestorage (5.2.4.3)
43-
actionpack (= 5.2.4.3)
44-
activerecord (= 5.2.4.3)
45-
marcel (~> 0.3.1)
46-
activesupport (5.2.4.3)
51+
activemodel (6.1.3.1)
52+
activesupport (= 6.1.3.1)
53+
activerecord (6.1.3.1)
54+
activemodel (= 6.1.3.1)
55+
activesupport (= 6.1.3.1)
56+
activestorage (6.1.3.1)
57+
actionpack (= 6.1.3.1)
58+
activejob (= 6.1.3.1)
59+
activerecord (= 6.1.3.1)
60+
activesupport (= 6.1.3.1)
61+
marcel (~> 1.0.0)
62+
mini_mime (~> 1.0.2)
63+
activesupport (6.1.3.1)
4764
concurrent-ruby (~> 1.0, >= 1.0.2)
48-
i18n (>= 0.7, < 2)
49-
minitest (~> 5.1)
50-
tzinfo (~> 1.1)
65+
i18n (>= 1.6, < 2)
66+
minitest (>= 5.1)
67+
tzinfo (~> 2.0)
68+
zeitwerk (~> 2.3)
5169
addressable (2.7.0)
5270
public_suffix (>= 2.0.2, < 5.0)
5371
apparition (0.5.0)
5472
capybara (~> 3.13, < 4)
5573
websocket-driver (>= 0.6.5)
56-
arel (9.0.0)
5774
builder (3.2.4)
5875
byebug (11.1.3)
5976
capybara (3.32.2)
@@ -65,35 +82,32 @@ GEM
6582
regexp_parser (~> 1.5)
6683
xpath (~> 3.2)
6784
coderay (1.1.3)
68-
concurrent-ruby (1.1.6)
85+
concurrent-ruby (1.1.8)
6986
crass (1.0.6)
7087
diff-lcs (1.3)
71-
erubi (1.9.0)
88+
erubi (1.10.0)
7289
ffi (1.13.1)
7390
generator_spec (0.9.4)
7491
activesupport (>= 3.0.0)
7592
railties (>= 3.0.0)
7693
globalid (0.4.2)
7794
activesupport (>= 4.2.0)
78-
i18n (1.8.3)
95+
i18n (1.8.10)
7996
concurrent-ruby (~> 1.0)
80-
loofah (2.5.0)
97+
loofah (2.9.0)
8198
crass (~> 1.0.2)
8299
nokogiri (>= 1.5.9)
83100
mail (2.7.1)
84101
mini_mime (>= 0.1.1)
85-
marcel (0.3.3)
86-
mimemagic (~> 0.3.2)
102+
marcel (1.0.1)
87103
method_source (1.0.0)
88-
mimemagic (0.3.10)
89-
nokogiri (~> 1)
90-
rake
91-
mini_mime (1.0.2)
92-
mini_portile2 (2.4.0)
93-
minitest (5.14.1)
94-
nio4r (2.5.2)
95-
nokogiri (1.10.9)
96-
mini_portile2 (~> 2.4.0)
104+
mini_mime (1.0.3)
105+
mini_portile2 (2.5.0)
106+
minitest (5.14.4)
107+
nio4r (2.5.7)
108+
nokogiri (1.11.2)
109+
mini_portile2 (~> 2.5.0)
110+
racc (~> 1.4)
97111
pry (0.13.1)
98112
coderay (~> 1.1)
99113
method_source (~> 1.0)
@@ -103,34 +117,37 @@ GEM
103117
public_suffix (4.0.5)
104118
puma (4.3.5)
105119
nio4r (~> 2.0)
120+
racc (1.5.2)
106121
rack (2.2.3)
107122
rack-test (1.1.0)
108123
rack (>= 1.0, < 3)
109-
rails (5.2.4.3)
110-
actioncable (= 5.2.4.3)
111-
actionmailer (= 5.2.4.3)
112-
actionpack (= 5.2.4.3)
113-
actionview (= 5.2.4.3)
114-
activejob (= 5.2.4.3)
115-
activemodel (= 5.2.4.3)
116-
activerecord (= 5.2.4.3)
117-
activestorage (= 5.2.4.3)
118-
activesupport (= 5.2.4.3)
119-
bundler (>= 1.3.0)
120-
railties (= 5.2.4.3)
124+
rails (6.1.3.1)
125+
actioncable (= 6.1.3.1)
126+
actionmailbox (= 6.1.3.1)
127+
actionmailer (= 6.1.3.1)
128+
actionpack (= 6.1.3.1)
129+
actiontext (= 6.1.3.1)
130+
actionview (= 6.1.3.1)
131+
activejob (= 6.1.3.1)
132+
activemodel (= 6.1.3.1)
133+
activerecord (= 6.1.3.1)
134+
activestorage (= 6.1.3.1)
135+
activesupport (= 6.1.3.1)
136+
bundler (>= 1.15.0)
137+
railties (= 6.1.3.1)
121138
sprockets-rails (>= 2.0.0)
122139
rails-dom-testing (2.0.3)
123140
activesupport (>= 4.2.0)
124141
nokogiri (>= 1.6)
125142
rails-html-sanitizer (1.3.0)
126143
loofah (~> 2.3)
127-
railties (5.2.4.3)
128-
actionpack (= 5.2.4.3)
129-
activesupport (= 5.2.4.3)
144+
railties (6.1.3.1)
145+
actionpack (= 6.1.3.1)
146+
activesupport (= 6.1.3.1)
130147
method_source
131148
rake (>= 0.8.7)
132-
thor (>= 0.19.0, < 2.0)
133-
rake (13.0.1)
149+
thor (~> 1.0)
150+
rake (13.0.3)
134151
regexp_parser (1.7.1)
135152
rspec-core (3.9.2)
136153
rspec-support (~> 3.9.3)
@@ -162,21 +179,21 @@ GEM
162179
sprockets (4.0.2)
163180
concurrent-ruby (~> 1.0)
164181
rack (> 1, < 3)
165-
sprockets-rails (3.2.1)
182+
sprockets-rails (3.2.2)
166183
actionpack (>= 4.0)
167184
activesupport (>= 4.0)
168185
sprockets (>= 3.0.0)
169186
sqlite3 (1.4.2)
170-
thor (1.0.1)
171-
thread_safe (0.3.6)
187+
thor (1.1.0)
172188
tilt (2.0.10)
173-
tzinfo (1.2.7)
174-
thread_safe (~> 0.1)
175-
websocket-driver (0.7.2)
189+
tzinfo (2.0.4)
190+
concurrent-ruby (~> 1.0)
191+
websocket-driver (0.7.3)
176192
websocket-extensions (>= 0.1.0)
177193
websocket-extensions (0.1.5)
178194
xpath (3.2.0)
179195
nokogiri (~> 1.8)
196+
zeitwerk (2.4.2)
180197

181198
PLATFORMS
182199
ruby

0 commit comments

Comments
 (0)