Skip to content

Commit 17ed1e9

Browse files
Bump actionview from 6.1.7 to 7.0.5
Bumps [actionview](https://github.com/rails/rails) from 6.1.7 to 7.0.5. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.5/actionview/CHANGELOG.md) - [Commits](rails/rails@v6.1.7...v7.0.5) --- updated-dependencies: - dependency-name: actionview dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc5a664 commit 17ed1e9

File tree

1 file changed

+78
-78
lines changed

1 file changed

+78
-78
lines changed

Gemfile.lock

+78-78
Original file line numberDiff line numberDiff line change
@@ -13,72 +13,78 @@ PATH
1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
16-
actioncable (6.1.7)
17-
actionpack (= 6.1.7)
18-
activesupport (= 6.1.7)
16+
actioncable (7.0.5)
17+
actionpack (= 7.0.5)
18+
activesupport (= 7.0.5)
1919
nio4r (~> 2.0)
2020
websocket-driver (>= 0.6.1)
21-
actionmailbox (6.1.7)
22-
actionpack (= 6.1.7)
23-
activejob (= 6.1.7)
24-
activerecord (= 6.1.7)
25-
activestorage (= 6.1.7)
26-
activesupport (= 6.1.7)
21+
actionmailbox (7.0.5)
22+
actionpack (= 7.0.5)
23+
activejob (= 7.0.5)
24+
activerecord (= 7.0.5)
25+
activestorage (= 7.0.5)
26+
activesupport (= 7.0.5)
2727
mail (>= 2.7.1)
28-
actionmailer (6.1.7)
29-
actionpack (= 6.1.7)
30-
actionview (= 6.1.7)
31-
activejob (= 6.1.7)
32-
activesupport (= 6.1.7)
28+
net-imap
29+
net-pop
30+
net-smtp
31+
actionmailer (7.0.5)
32+
actionpack (= 7.0.5)
33+
actionview (= 7.0.5)
34+
activejob (= 7.0.5)
35+
activesupport (= 7.0.5)
3336
mail (~> 2.5, >= 2.5.4)
37+
net-imap
38+
net-pop
39+
net-smtp
3440
rails-dom-testing (~> 2.0)
35-
actionpack (6.1.7)
36-
actionview (= 6.1.7)
37-
activesupport (= 6.1.7)
38-
rack (~> 2.0, >= 2.0.9)
41+
actionpack (7.0.5)
42+
actionview (= 7.0.5)
43+
activesupport (= 7.0.5)
44+
rack (~> 2.0, >= 2.2.4)
3945
rack-test (>= 0.6.3)
4046
rails-dom-testing (~> 2.0)
4147
rails-html-sanitizer (~> 1.0, >= 1.2.0)
42-
actiontext (6.1.7)
43-
actionpack (= 6.1.7)
44-
activerecord (= 6.1.7)
45-
activestorage (= 6.1.7)
46-
activesupport (= 6.1.7)
48+
actiontext (7.0.5)
49+
actionpack (= 7.0.5)
50+
activerecord (= 7.0.5)
51+
activestorage (= 7.0.5)
52+
activesupport (= 7.0.5)
53+
globalid (>= 0.6.0)
4754
nokogiri (>= 1.8.5)
48-
actionview (6.1.7)
49-
activesupport (= 6.1.7)
55+
actionview (7.0.5)
56+
activesupport (= 7.0.5)
5057
builder (~> 3.1)
5158
erubi (~> 1.4)
5259
rails-dom-testing (~> 2.0)
5360
rails-html-sanitizer (~> 1.1, >= 1.2.0)
54-
activejob (6.1.7)
55-
activesupport (= 6.1.7)
61+
activejob (7.0.5)
62+
activesupport (= 7.0.5)
5663
globalid (>= 0.3.6)
57-
activemodel (6.1.7)
58-
activesupport (= 6.1.7)
59-
activerecord (6.1.7)
60-
activemodel (= 6.1.7)
61-
activesupport (= 6.1.7)
62-
activestorage (6.1.7)
63-
actionpack (= 6.1.7)
64-
activejob (= 6.1.7)
65-
activerecord (= 6.1.7)
66-
activesupport (= 6.1.7)
64+
activemodel (7.0.5)
65+
activesupport (= 7.0.5)
66+
activerecord (7.0.5)
67+
activemodel (= 7.0.5)
68+
activesupport (= 7.0.5)
69+
activestorage (7.0.5)
70+
actionpack (= 7.0.5)
71+
activejob (= 7.0.5)
72+
activerecord (= 7.0.5)
73+
activesupport (= 7.0.5)
6774
marcel (~> 1.0)
6875
mini_mime (>= 1.1.0)
69-
activesupport (6.1.7)
76+
activesupport (7.0.5)
7077
concurrent-ruby (~> 1.0, >= 1.0.2)
7178
i18n (>= 1.6, < 2)
7279
minitest (>= 5.1)
7380
tzinfo (~> 2.0)
74-
zeitwerk (~> 2.3)
7581
ast (2.4.2)
7682
builder (3.2.4)
77-
concurrent-ruby (1.1.10)
83+
concurrent-ruby (1.2.2)
7884
crass (1.0.6)
7985
date (3.3.3)
8086
diff-lcs (1.5.0)
81-
erubi (1.11.0)
87+
erubi (1.12.0)
8288
factory_bot (6.2.1)
8389
activesupport (>= 5.0.0)
8490
factory_bot_rails (6.2.0)
@@ -90,7 +96,7 @@ GEM
9096
activesupport (>= 5.0)
9197
heroicon (1.0.0)
9298
rails (>= 5.2)
93-
i18n (1.12.0)
99+
i18n (1.14.1)
94100
concurrent-ruby (~> 1.0)
95101
json (2.6.3)
96102
kaminari (1.2.2)
@@ -105,9 +111,9 @@ GEM
105111
activerecord
106112
kaminari-core (= 1.2.2)
107113
kaminari-core (1.2.2)
108-
loofah (2.19.1)
114+
loofah (2.21.3)
109115
crass (~> 1.0.2)
110-
nokogiri (>= 1.5.9)
116+
nokogiri (>= 1.12.0)
111117
mail (2.8.0)
112118
mini_mime (>= 0.1.1)
113119
net-imap
@@ -116,8 +122,8 @@ GEM
116122
marcel (1.0.2)
117123
method_source (1.0.0)
118124
mini_mime (1.1.2)
119-
mini_portile2 (2.8.0)
120-
minitest (5.16.3)
125+
mini_portile2 (2.8.2)
126+
minitest (5.18.0)
121127
net-imap (0.3.4)
122128
date
123129
net-protocol
@@ -128,8 +134,8 @@ GEM
128134
net-smtp (0.3.3)
129135
net-protocol
130136
nio4r (2.5.8)
131-
nokogiri (1.13.10)
132-
mini_portile2 (~> 2.8.0)
137+
nokogiri (1.15.2)
138+
mini_portile2 (~> 2.8.2)
133139
racc (~> 1.4)
134140
parallel (1.22.1)
135141
parser (3.1.3.0)
@@ -138,36 +144,37 @@ GEM
138144
pg_search (2.3.6)
139145
activerecord (>= 5.2)
140146
activesupport (>= 5.2)
141-
racc (1.6.1)
147+
racc (1.7.0)
142148
rack (2.2.4)
143149
rack-test (2.0.2)
144150
rack (>= 1.3)
145-
rails (6.1.7)
146-
actioncable (= 6.1.7)
147-
actionmailbox (= 6.1.7)
148-
actionmailer (= 6.1.7)
149-
actionpack (= 6.1.7)
150-
actiontext (= 6.1.7)
151-
actionview (= 6.1.7)
152-
activejob (= 6.1.7)
153-
activemodel (= 6.1.7)
154-
activerecord (= 6.1.7)
155-
activestorage (= 6.1.7)
156-
activesupport (= 6.1.7)
151+
rails (7.0.5)
152+
actioncable (= 7.0.5)
153+
actionmailbox (= 7.0.5)
154+
actionmailer (= 7.0.5)
155+
actionpack (= 7.0.5)
156+
actiontext (= 7.0.5)
157+
actionview (= 7.0.5)
158+
activejob (= 7.0.5)
159+
activemodel (= 7.0.5)
160+
activerecord (= 7.0.5)
161+
activestorage (= 7.0.5)
162+
activesupport (= 7.0.5)
157163
bundler (>= 1.15.0)
158-
railties (= 6.1.7)
159-
sprockets-rails (>= 2.0.0)
164+
railties (= 7.0.5)
160165
rails-dom-testing (2.0.3)
161166
activesupport (>= 4.2.0)
162167
nokogiri (>= 1.6)
163-
rails-html-sanitizer (1.4.4)
164-
loofah (~> 2.19, >= 2.19.1)
165-
railties (6.1.7)
166-
actionpack (= 6.1.7)
167-
activesupport (= 6.1.7)
168+
rails-html-sanitizer (1.6.0)
169+
loofah (~> 2.21)
170+
nokogiri (~> 1.14)
171+
railties (7.0.5)
172+
actionpack (= 7.0.5)
173+
activesupport (= 7.0.5)
168174
method_source
169175
rake (>= 12.2)
170176
thor (~> 1.0)
177+
zeitwerk (~> 2.5)
171178
rainbow (3.1.1)
172179
rake (13.0.6)
173180
regexp_parser (2.6.1)
@@ -215,22 +222,15 @@ GEM
215222
rubocop-rspec (2.15.0)
216223
rubocop (~> 1.33)
217224
ruby-progressbar (1.11.0)
218-
sprockets (4.2.0)
219-
concurrent-ruby (~> 1.0)
220-
rack (>= 2.2.4, < 4)
221-
sprockets-rails (3.4.2)
222-
actionpack (>= 5.2)
223-
activesupport (>= 5.2)
224-
sprockets (>= 3.0.0)
225225
tailwindcss-rails (2.0.21)
226226
railties (>= 6.0.0)
227227
thor (1.2.1)
228228
timeout (0.3.1)
229-
turbo-rails (1.3.2)
229+
turbo-rails (1.4.0)
230230
actionpack (>= 6.0.0)
231231
activejob (>= 6.0.0)
232232
railties (>= 6.0.0)
233-
tzinfo (2.0.5)
233+
tzinfo (2.0.6)
234234
concurrent-ruby (~> 1.0)
235235
unicode-display_width (2.3.0)
236236
view_component (2.80.0)
@@ -242,7 +242,7 @@ GEM
242242
websocket-extensions (0.1.5)
243243
with_model (2.1.6)
244244
activerecord (>= 5.2)
245-
zeitwerk (2.6.6)
245+
zeitwerk (2.6.8)
246246

247247
PLATFORMS
248248
ruby

0 commit comments

Comments
 (0)