Skip to content

Commit 3df0a95

Browse files
Bump actionpack from 6.0.3.1 to 6.0.3.2
Bumps [actionpack](https://github.com/rails/rails) from 6.0.3.1 to 6.0.3.2. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.2/actionpack/CHANGELOG.md) - [Commits](rails/rails@v6.0.3.1...v6.0.3.2) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 57de6f8 commit 3df0a95

File tree

1 file changed

+54
-54
lines changed

1 file changed

+54
-54
lines changed

Gemfile.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -8,56 +8,56 @@ PATH
88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
actioncable (6.0.3.1)
12-
actionpack (= 6.0.3.1)
11+
actioncable (6.0.3.2)
12+
actionpack (= 6.0.3.2)
1313
nio4r (~> 2.0)
1414
websocket-driver (>= 0.6.1)
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)
15+
actionmailbox (6.0.3.2)
16+
actionpack (= 6.0.3.2)
17+
activejob (= 6.0.3.2)
18+
activerecord (= 6.0.3.2)
19+
activestorage (= 6.0.3.2)
20+
activesupport (= 6.0.3.2)
2121
mail (>= 2.7.1)
22-
actionmailer (6.0.3.1)
23-
actionpack (= 6.0.3.1)
24-
actionview (= 6.0.3.1)
25-
activejob (= 6.0.3.1)
22+
actionmailer (6.0.3.2)
23+
actionpack (= 6.0.3.2)
24+
actionview (= 6.0.3.2)
25+
activejob (= 6.0.3.2)
2626
mail (~> 2.5, >= 2.5.4)
2727
rails-dom-testing (~> 2.0)
28-
actionpack (6.0.3.1)
29-
actionview (= 6.0.3.1)
30-
activesupport (= 6.0.3.1)
28+
actionpack (6.0.3.2)
29+
actionview (= 6.0.3.2)
30+
activesupport (= 6.0.3.2)
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.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)
35+
actiontext (6.0.3.2)
36+
actionpack (= 6.0.3.2)
37+
activerecord (= 6.0.3.2)
38+
activestorage (= 6.0.3.2)
39+
activesupport (= 6.0.3.2)
4040
nokogiri (>= 1.8.5)
41-
actionview (6.0.3.1)
42-
activesupport (= 6.0.3.1)
41+
actionview (6.0.3.2)
42+
activesupport (= 6.0.3.2)
4343
builder (~> 3.1)
4444
erubi (~> 1.4)
4545
rails-dom-testing (~> 2.0)
4646
rails-html-sanitizer (~> 1.1, >= 1.2.0)
47-
activejob (6.0.3.1)
48-
activesupport (= 6.0.3.1)
47+
activejob (6.0.3.2)
48+
activesupport (= 6.0.3.2)
4949
globalid (>= 0.3.6)
50-
activemodel (6.0.3.1)
51-
activesupport (= 6.0.3.1)
52-
activerecord (6.0.3.1)
53-
activemodel (= 6.0.3.1)
54-
activesupport (= 6.0.3.1)
55-
activestorage (6.0.3.1)
56-
actionpack (= 6.0.3.1)
57-
activejob (= 6.0.3.1)
58-
activerecord (= 6.0.3.1)
50+
activemodel (6.0.3.2)
51+
activesupport (= 6.0.3.2)
52+
activerecord (6.0.3.2)
53+
activemodel (= 6.0.3.2)
54+
activesupport (= 6.0.3.2)
55+
activestorage (6.0.3.2)
56+
actionpack (= 6.0.3.2)
57+
activejob (= 6.0.3.2)
58+
activerecord (= 6.0.3.2)
5959
marcel (~> 0.3.1)
60-
activesupport (6.0.3.1)
60+
activesupport (6.0.3.2)
6161
concurrent-ruby (~> 1.0, >= 1.0.2)
6262
i18n (>= 0.7, < 2)
6363
minitest (~> 5.1)
@@ -80,9 +80,9 @@ GEM
8080
erubi (1.9.0)
8181
globalid (0.4.2)
8282
activesupport (>= 4.2.0)
83-
i18n (1.8.2)
83+
i18n (1.8.3)
8484
concurrent-ruby (~> 1.0)
85-
loofah (2.5.0)
85+
loofah (2.6.0)
8686
crass (~> 1.0.2)
8787
nokogiri (>= 1.5.9)
8888
mail (2.7.1)
@@ -101,38 +101,38 @@ GEM
101101
coderay (~> 1.1.0)
102102
method_source (~> 0.9.0)
103103
public_suffix (3.0.3)
104-
rack (2.2.2)
104+
rack (2.2.3)
105105
rack-test (1.1.0)
106106
rack (>= 1.0, < 3)
107-
rails (6.0.3.1)
108-
actioncable (= 6.0.3.1)
109-
actionmailbox (= 6.0.3.1)
110-
actionmailer (= 6.0.3.1)
111-
actionpack (= 6.0.3.1)
112-
actiontext (= 6.0.3.1)
113-
actionview (= 6.0.3.1)
114-
activejob (= 6.0.3.1)
115-
activemodel (= 6.0.3.1)
116-
activerecord (= 6.0.3.1)
117-
activestorage (= 6.0.3.1)
118-
activesupport (= 6.0.3.1)
107+
rails (6.0.3.2)
108+
actioncable (= 6.0.3.2)
109+
actionmailbox (= 6.0.3.2)
110+
actionmailer (= 6.0.3.2)
111+
actionpack (= 6.0.3.2)
112+
actiontext (= 6.0.3.2)
113+
actionview (= 6.0.3.2)
114+
activejob (= 6.0.3.2)
115+
activemodel (= 6.0.3.2)
116+
activerecord (= 6.0.3.2)
117+
activestorage (= 6.0.3.2)
118+
activesupport (= 6.0.3.2)
119119
bundler (>= 1.3.0)
120-
railties (= 6.0.3.1)
120+
railties (= 6.0.3.2)
121121
sprockets-rails (>= 2.0.0)
122122
rails-dom-testing (2.0.3)
123123
activesupport (>= 4.2.0)
124124
nokogiri (>= 1.6)
125125
rails-html-sanitizer (1.3.0)
126126
loofah (~> 2.3)
127-
railties (6.0.3.1)
128-
actionpack (= 6.0.3.1)
129-
activesupport (= 6.0.3.1)
127+
railties (6.0.3.2)
128+
actionpack (= 6.0.3.2)
129+
activesupport (= 6.0.3.2)
130130
method_source
131131
rake (>= 0.8.7)
132132
thor (>= 0.20.3, < 2.0)
133133
rake (13.0.1)
134134
regexp_parser (1.3.0)
135-
sprockets (4.0.0)
135+
sprockets (4.0.2)
136136
concurrent-ruby (~> 1.0)
137137
rack (> 1, < 3)
138138
sprockets-rails (3.2.1)

0 commit comments

Comments
 (0)