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

Commit aafdf58

Browse files
Bump actionpack from 6.0.2.1 to 6.0.3.1
Bumps [actionpack](https://github.com/rails/rails) from 6.0.2.1 to 6.0.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.0.2.1...v6.0.3.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent f152342 commit aafdf58

1 file changed

Lines changed: 56 additions & 56 deletions

File tree

Gemfile.lock

Lines changed: 56 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -8,63 +8,63 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (6.0.2.2)
12-
actionpack (= 6.0.2.2)
11+
actioncable (6.0.3.1)
12+
actionpack (= 6.0.3.1)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
15-
actionmailbox (6.0.2.2)
16-
actionpack (= 6.0.2.2)
17-
activejob (= 6.0.2.2)
18-
activerecord (= 6.0.2.2)
19-
activestorage (= 6.0.2.2)
20-
activesupport (= 6.0.2.2)
15+
actionmailbox (6.0.3.1)
16+
actionpack (= 6.0.3.1)
17+
activejob (= 6.0.3.1)
18+
activerecord (= 6.0.3.1)
19+
activestorage (= 6.0.3.1)
20+
activesupport (= 6.0.3.1)
2121
mail (>= 2.7.1)
22-
actionmailer (6.0.2.2)
23-
actionpack (= 6.0.2.2)
24-
actionview (= 6.0.2.2)
25-
activejob (= 6.0.2.2)
22+
actionmailer (6.0.3.1)
23+
actionpack (= 6.0.3.1)
24+
actionview (= 6.0.3.1)
25+
activejob (= 6.0.3.1)
2626
mail (~> 2.5, >= 2.5.4)
2727
rails-dom-testing (~> 2.0)
28-
actionpack (6.0.2.2)
29-
actionview (= 6.0.2.2)
30-
activesupport (= 6.0.2.2)
28+
actionpack (6.0.3.1)
29+
actionview (= 6.0.3.1)
30+
activesupport (= 6.0.3.1)
3131
rack (~> 2.0, >= 2.0.8)
3232
rack-test (>= 0.6.3)
3333
rails-dom-testing (~> 2.0)
3434
rails-html-sanitizer (~> 1.0, >= 1.2.0)
35-
actiontext (6.0.2.2)
36-
actionpack (= 6.0.2.2)
37-
activerecord (= 6.0.2.2)
38-
activestorage (= 6.0.2.2)
39-
activesupport (= 6.0.2.2)
35+
actiontext (6.0.3.1)
36+
actionpack (= 6.0.3.1)
37+
activerecord (= 6.0.3.1)
38+
activestorage (= 6.0.3.1)
39+
activesupport (= 6.0.3.1)
4040
nokogiri (>= 1.8.5)
41-
actionview (6.0.2.2)
42-
activesupport (= 6.0.2.2)
41+
actionview (6.0.3.1)
42+
activesupport (= 6.0.3.1)
4343
builder (~> 3.1)
4444
erubi (~> 1.4)
4545
rails-dom-testing (~> 2.0)
4646
rails-html-sanitizer (~> 1.1, >= 1.2.0)
4747
actionview-component (1.14.1)
4848
capybara (>= 3)
49-
activejob (6.0.2.2)
50-
activesupport (= 6.0.2.2)
49+
activejob (6.0.3.1)
50+
activesupport (= 6.0.3.1)
5151
globalid (>= 0.3.6)
52-
activemodel (6.0.2.2)
53-
activesupport (= 6.0.2.2)
54-
activerecord (6.0.2.2)
55-
activemodel (= 6.0.2.2)
56-
activesupport (= 6.0.2.2)
57-
activestorage (6.0.2.2)
58-
actionpack (= 6.0.2.2)
59-
activejob (= 6.0.2.2)
60-
activerecord (= 6.0.2.2)
52+
activemodel (6.0.3.1)
53+
activesupport (= 6.0.3.1)
54+
activerecord (6.0.3.1)
55+
activemodel (= 6.0.3.1)
56+
activesupport (= 6.0.3.1)
57+
activestorage (6.0.3.1)
58+
actionpack (= 6.0.3.1)
59+
activejob (= 6.0.3.1)
60+
activerecord (= 6.0.3.1)
6161
marcel (~> 0.3.1)
62-
activesupport (6.0.2.2)
62+
activesupport (6.0.3.1)
6363
concurrent-ruby (~> 1.0, >= 1.0.2)
6464
i18n (>= 0.7, < 2)
6565
minitest (~> 5.1)
6666
tzinfo (~> 1.1)
67-
zeitwerk (~> 2.2)
67+
zeitwerk (~> 2.2, >= 2.2.2)
6868
addressable (2.7.0)
6969
public_suffix (>= 2.0.2, < 5.0)
7070
builder (3.2.4)
@@ -83,48 +83,48 @@ GEM
8383
activesupport (>= 4.2.0)
8484
i18n (1.8.2)
8585
concurrent-ruby (~> 1.0)
86-
loofah (2.4.0)
86+
loofah (2.5.0)
8787
crass (~> 1.0.2)
8888
nokogiri (>= 1.5.9)
8989
mail (2.7.1)
9090
mini_mime (>= 0.1.1)
9191
marcel (0.3.3)
9292
mimemagic (~> 0.3.2)
9393
method_source (1.0.0)
94-
mimemagic (0.3.4)
94+
mimemagic (0.3.5)
9595
mini_mime (1.0.2)
9696
mini_portile2 (2.4.0)
97-
minitest (5.14.0)
97+
minitest (5.14.1)
9898
nio4r (2.5.2)
9999
nokogiri (1.10.9)
100100
mini_portile2 (~> 2.4.0)
101101
public_suffix (4.0.3)
102102
rack (2.2.2)
103103
rack-test (1.1.0)
104104
rack (>= 1.0, < 3)
105-
rails (6.0.2.2)
106-
actioncable (= 6.0.2.2)
107-
actionmailbox (= 6.0.2.2)
108-
actionmailer (= 6.0.2.2)
109-
actionpack (= 6.0.2.2)
110-
actiontext (= 6.0.2.2)
111-
actionview (= 6.0.2.2)
112-
activejob (= 6.0.2.2)
113-
activemodel (= 6.0.2.2)
114-
activerecord (= 6.0.2.2)
115-
activestorage (= 6.0.2.2)
116-
activesupport (= 6.0.2.2)
105+
rails (6.0.3.1)
106+
actioncable (= 6.0.3.1)
107+
actionmailbox (= 6.0.3.1)
108+
actionmailer (= 6.0.3.1)
109+
actionpack (= 6.0.3.1)
110+
actiontext (= 6.0.3.1)
111+
actionview (= 6.0.3.1)
112+
activejob (= 6.0.3.1)
113+
activemodel (= 6.0.3.1)
114+
activerecord (= 6.0.3.1)
115+
activestorage (= 6.0.3.1)
116+
activesupport (= 6.0.3.1)
117117
bundler (>= 1.3.0)
118-
railties (= 6.0.2.2)
118+
railties (= 6.0.3.1)
119119
sprockets-rails (>= 2.0.0)
120120
rails-dom-testing (2.0.3)
121121
activesupport (>= 4.2.0)
122122
nokogiri (>= 1.6)
123123
rails-html-sanitizer (1.3.0)
124124
loofah (~> 2.3)
125-
railties (6.0.2.2)
126-
actionpack (= 6.0.2.2)
127-
activesupport (= 6.0.2.2)
125+
railties (6.0.3.1)
126+
actionpack (= 6.0.3.1)
127+
activesupport (= 6.0.3.1)
128128
method_source
129129
rake (>= 0.8.7)
130130
thor (>= 0.20.3, < 2.0)
@@ -140,9 +140,9 @@ GEM
140140
sqlite3 (1.4.1)
141141
thor (1.0.1)
142142
thread_safe (0.3.6)
143-
tzinfo (1.2.6)
143+
tzinfo (1.2.7)
144144
thread_safe (~> 0.1)
145-
websocket-driver (0.7.1)
145+
websocket-driver (0.7.2)
146146
websocket-extensions (>= 0.1.0)
147147
websocket-extensions (0.1.4)
148148
xpath (3.2.0)

0 commit comments

Comments
 (0)