Skip to content

Commit 96f3d8c

Browse files
Bump actionpack from 6.0.3.5 to 6.0.4.7
Bumps [actionpack](https://github.com/rails/rails) from 6.0.3.5 to 6.0.4.7. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v7.0.2.3/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.0.3.5...v6.0.4.7) --- updated-dependencies: - dependency-name: actionpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f8b9536 commit 96f3d8c

1 file changed

Lines changed: 68 additions & 72 deletions

File tree

Gemfile.lock

Lines changed: 68 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -10,56 +10,56 @@ GEM
1010
remote: http://rubygems.org/
1111
specs:
1212
CFPropertyList (2.3.6)
13-
actioncable (6.0.3.5)
14-
actionpack (= 6.0.3.5)
13+
actioncable (6.0.4.7)
14+
actionpack (= 6.0.4.7)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (6.0.3.5)
18-
actionpack (= 6.0.3.5)
19-
activejob (= 6.0.3.5)
20-
activerecord (= 6.0.3.5)
21-
activestorage (= 6.0.3.5)
22-
activesupport (= 6.0.3.5)
17+
actionmailbox (6.0.4.7)
18+
actionpack (= 6.0.4.7)
19+
activejob (= 6.0.4.7)
20+
activerecord (= 6.0.4.7)
21+
activestorage (= 6.0.4.7)
22+
activesupport (= 6.0.4.7)
2323
mail (>= 2.7.1)
24-
actionmailer (6.0.3.5)
25-
actionpack (= 6.0.3.5)
26-
actionview (= 6.0.3.5)
27-
activejob (= 6.0.3.5)
24+
actionmailer (6.0.4.7)
25+
actionpack (= 6.0.4.7)
26+
actionview (= 6.0.4.7)
27+
activejob (= 6.0.4.7)
2828
mail (~> 2.5, >= 2.5.4)
2929
rails-dom-testing (~> 2.0)
30-
actionpack (6.0.3.5)
31-
actionview (= 6.0.3.5)
32-
activesupport (= 6.0.3.5)
30+
actionpack (6.0.4.7)
31+
actionview (= 6.0.4.7)
32+
activesupport (= 6.0.4.7)
3333
rack (~> 2.0, >= 2.0.8)
3434
rack-test (>= 0.6.3)
3535
rails-dom-testing (~> 2.0)
3636
rails-html-sanitizer (~> 1.0, >= 1.2.0)
37-
actiontext (6.0.3.5)
38-
actionpack (= 6.0.3.5)
39-
activerecord (= 6.0.3.5)
40-
activestorage (= 6.0.3.5)
41-
activesupport (= 6.0.3.5)
37+
actiontext (6.0.4.7)
38+
actionpack (= 6.0.4.7)
39+
activerecord (= 6.0.4.7)
40+
activestorage (= 6.0.4.7)
41+
activesupport (= 6.0.4.7)
4242
nokogiri (>= 1.8.5)
43-
actionview (6.0.3.5)
44-
activesupport (= 6.0.3.5)
43+
actionview (6.0.4.7)
44+
activesupport (= 6.0.4.7)
4545
builder (~> 3.1)
4646
erubi (~> 1.4)
4747
rails-dom-testing (~> 2.0)
4848
rails-html-sanitizer (~> 1.1, >= 1.2.0)
49-
activejob (6.0.3.5)
50-
activesupport (= 6.0.3.5)
49+
activejob (6.0.4.7)
50+
activesupport (= 6.0.4.7)
5151
globalid (>= 0.3.6)
52-
activemodel (6.0.3.5)
53-
activesupport (= 6.0.3.5)
54-
activerecord (6.0.3.5)
55-
activemodel (= 6.0.3.5)
56-
activesupport (= 6.0.3.5)
57-
activestorage (6.0.3.5)
58-
actionpack (= 6.0.3.5)
59-
activejob (= 6.0.3.5)
60-
activerecord (= 6.0.3.5)
61-
marcel (~> 0.3.1)
62-
activesupport (6.0.3.5)
52+
activemodel (6.0.4.7)
53+
activesupport (= 6.0.4.7)
54+
activerecord (6.0.4.7)
55+
activemodel (= 6.0.4.7)
56+
activesupport (= 6.0.4.7)
57+
activestorage (6.0.4.7)
58+
actionpack (= 6.0.4.7)
59+
activejob (= 6.0.4.7)
60+
activerecord (= 6.0.4.7)
61+
marcel (~> 1.0.0)
62+
activesupport (6.0.4.7)
6363
concurrent-ruby (~> 1.0, >= 1.0.2)
6464
i18n (>= 0.7, < 2)
6565
minitest (~> 5.1)
@@ -84,7 +84,7 @@ GEM
8484
faraday_middleware (~> 0.10)
8585
nokogiri (~> 1.6)
8686
builder (3.2.4)
87-
concurrent-ruby (1.1.8)
87+
concurrent-ruby (1.1.10)
8888
crass (1.0.6)
8989
declarative (0.0.20)
9090
declarative-option (0.1.0)
@@ -259,8 +259,8 @@ GEM
259259
fog-core
260260
nokogiri (>= 1.5.11, < 2.0.0)
261261
formatador (0.2.5)
262-
globalid (0.4.2)
263-
activesupport (>= 4.2.0)
262+
globalid (1.0.0)
263+
activesupport (>= 5.0)
264264
google-api-client (0.23.9)
265265
addressable (~> 2.5, >= 2.5.1)
266266
googleauth (>= 0.5, < 0.7.0)
@@ -280,33 +280,29 @@ GEM
280280
http-cookie (1.0.3)
281281
domain_name (~> 0.5)
282282
httpclient (2.8.3)
283-
i18n (1.8.9)
283+
i18n (1.10.0)
284284
concurrent-ruby (~> 1.0)
285285
ipaddress (0.8.3)
286286
json (2.3.1)
287287
jwt (2.2.2)
288-
loofah (2.9.0)
288+
loofah (2.16.0)
289289
crass (~> 1.0.2)
290290
nokogiri (>= 1.5.9)
291291
mail (2.7.1)
292292
mini_mime (>= 0.1.1)
293-
marcel (0.3.3)
294-
mimemagic (~> 0.3.2)
293+
marcel (1.0.2)
295294
memoist (0.16.2)
296295
method_source (1.0.0)
297296
mime-types (3.3.1)
298297
mime-types-data (~> 3.2015)
299298
mime-types-data (3.2020.0512)
300-
mimemagic (0.3.10)
301-
nokogiri (~> 1)
302-
rake
303-
mini_mime (1.0.2)
299+
mini_mime (1.1.2)
304300
mini_portile2 (2.8.0)
305-
minitest (5.14.4)
301+
minitest (5.15.0)
306302
multi_json (1.15.0)
307303
multipart-post (2.1.1)
308304
netrc (0.11.0)
309-
nio4r (2.5.5)
305+
nio4r (2.5.8)
310306
nokogiri (1.13.4)
311307
mini_portile2 (~> 2.8.0)
312308
racc (~> 1.4)
@@ -319,33 +315,33 @@ GEM
319315
rack (2.2.3)
320316
rack-test (1.1.0)
321317
rack (>= 1.0, < 3)
322-
rails (6.0.3.5)
323-
actioncable (= 6.0.3.5)
324-
actionmailbox (= 6.0.3.5)
325-
actionmailer (= 6.0.3.5)
326-
actionpack (= 6.0.3.5)
327-
actiontext (= 6.0.3.5)
328-
actionview (= 6.0.3.5)
329-
activejob (= 6.0.3.5)
330-
activemodel (= 6.0.3.5)
331-
activerecord (= 6.0.3.5)
332-
activestorage (= 6.0.3.5)
333-
activesupport (= 6.0.3.5)
318+
rails (6.0.4.7)
319+
actioncable (= 6.0.4.7)
320+
actionmailbox (= 6.0.4.7)
321+
actionmailer (= 6.0.4.7)
322+
actionpack (= 6.0.4.7)
323+
actiontext (= 6.0.4.7)
324+
actionview (= 6.0.4.7)
325+
activejob (= 6.0.4.7)
326+
activemodel (= 6.0.4.7)
327+
activerecord (= 6.0.4.7)
328+
activestorage (= 6.0.4.7)
329+
activesupport (= 6.0.4.7)
334330
bundler (>= 1.3.0)
335-
railties (= 6.0.3.5)
331+
railties (= 6.0.4.7)
336332
sprockets-rails (>= 2.0.0)
337333
rails-dom-testing (2.0.3)
338334
activesupport (>= 4.2.0)
339335
nokogiri (>= 1.6)
340-
rails-html-sanitizer (1.3.0)
336+
rails-html-sanitizer (1.4.2)
341337
loofah (~> 2.3)
342-
railties (6.0.3.5)
343-
actionpack (= 6.0.3.5)
344-
activesupport (= 6.0.3.5)
338+
railties (6.0.4.7)
339+
actionpack (= 6.0.4.7)
340+
activesupport (= 6.0.4.7)
345341
method_source
346342
rake (>= 0.8.7)
347343
thor (>= 0.20.3, < 2.0)
348-
rake (13.0.3)
344+
rake (13.0.6)
349345
rbovirt (0.1.7)
350346
nokogiri
351347
rest-client (> 1.7.0)
@@ -382,12 +378,12 @@ GEM
382378
faraday (>= 0.17.3, < 2.0)
383379
jwt (>= 1.5, < 3.0)
384380
multi_json (~> 1.10)
385-
sprockets (4.0.2)
381+
sprockets (4.0.3)
386382
concurrent-ruby (~> 1.0)
387383
rack (> 1, < 3)
388-
sprockets-rails (3.2.2)
389-
actionpack (>= 4.0)
390-
activesupport (>= 4.0)
384+
sprockets-rails (3.4.2)
385+
actionpack (>= 5.2)
386+
activesupport (>= 5.2)
391387
sprockets (>= 3.0.0)
392388
systemu (2.6.5)
393389
thor (0.20.3)
@@ -398,12 +394,12 @@ GEM
398394
unf (0.1.4)
399395
unf_ext
400396
unf_ext (0.0.7.7)
401-
websocket-driver (0.7.3)
397+
websocket-driver (0.7.5)
402398
websocket-extensions (>= 0.1.0)
403399
websocket-extensions (0.1.5)
404400
xml-simple (1.1.5)
405401
xmlrpc (0.3.0)
406-
zeitwerk (2.4.2)
402+
zeitwerk (2.5.4)
407403

408404
PLATFORMS
409405
ruby

0 commit comments

Comments
 (0)