Skip to content

Commit 02a62fa

Browse files
Bump activesupport from 5.1.7 to 6.1.3.1
Bumps [activesupport](https://github.com/rails/rails) from 5.1.7 to 6.1.3.1. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.1.3.1/activesupport/CHANGELOG.md) - [Commits](rails/rails@v5.1.7...v6.1.3.1) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9e03124 commit 02a62fa

1 file changed

Lines changed: 72 additions & 48 deletions

File tree

Gemfile.lock

Lines changed: 72 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -15,49 +15,70 @@ PATH
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
actioncable (5.1.7)
19-
actionpack (= 5.1.7)
18+
actioncable (6.1.3.1)
19+
actionpack (= 6.1.3.1)
20+
activesupport (= 6.1.3.1)
2021
nio4r (~> 2.0)
21-
websocket-driver (~> 0.6.1)
22-
actionmailer (5.1.7)
23-
actionpack (= 5.1.7)
24-
actionview (= 5.1.7)
25-
activejob (= 5.1.7)
22+
websocket-driver (>= 0.6.1)
23+
actionmailbox (6.1.3.1)
24+
actionpack (= 6.1.3.1)
25+
activejob (= 6.1.3.1)
26+
activerecord (= 6.1.3.1)
27+
activestorage (= 6.1.3.1)
28+
activesupport (= 6.1.3.1)
29+
mail (>= 2.7.1)
30+
actionmailer (6.1.3.1)
31+
actionpack (= 6.1.3.1)
32+
actionview (= 6.1.3.1)
33+
activejob (= 6.1.3.1)
34+
activesupport (= 6.1.3.1)
2635
mail (~> 2.5, >= 2.5.4)
2736
rails-dom-testing (~> 2.0)
28-
actionpack (5.1.7)
29-
actionview (= 5.1.7)
30-
activesupport (= 5.1.7)
31-
rack (~> 2.0)
37+
actionpack (6.1.3.1)
38+
actionview (= 6.1.3.1)
39+
activesupport (= 6.1.3.1)
40+
rack (~> 2.0, >= 2.0.9)
3241
rack-test (>= 0.6.3)
3342
rails-dom-testing (~> 2.0)
34-
rails-html-sanitizer (~> 1.0, >= 1.0.2)
35-
actionview (5.1.7)
36-
activesupport (= 5.1.7)
43+
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44+
actiontext (6.1.3.1)
45+
actionpack (= 6.1.3.1)
46+
activerecord (= 6.1.3.1)
47+
activestorage (= 6.1.3.1)
48+
activesupport (= 6.1.3.1)
49+
nokogiri (>= 1.8.5)
50+
actionview (6.1.3.1)
51+
activesupport (= 6.1.3.1)
3752
builder (~> 3.1)
3853
erubi (~> 1.4)
3954
rails-dom-testing (~> 2.0)
40-
rails-html-sanitizer (~> 1.0, >= 1.0.3)
55+
rails-html-sanitizer (~> 1.1, >= 1.2.0)
4156
active_model_serializers (0.10.12)
4257
actionpack (>= 4.1, < 6.2)
4358
activemodel (>= 4.1, < 6.2)
4459
case_transform (>= 0.2)
4560
jsonapi-renderer (>= 0.1.1.beta1, < 0.3)
46-
activejob (5.1.7)
47-
activesupport (= 5.1.7)
61+
activejob (6.1.3.1)
62+
activesupport (= 6.1.3.1)
4863
globalid (>= 0.3.6)
49-
activemodel (5.1.7)
50-
activesupport (= 5.1.7)
51-
activerecord (5.1.7)
52-
activemodel (= 5.1.7)
53-
activesupport (= 5.1.7)
54-
arel (~> 8.0)
55-
activesupport (5.1.7)
64+
activemodel (6.1.3.1)
65+
activesupport (= 6.1.3.1)
66+
activerecord (6.1.3.1)
67+
activemodel (= 6.1.3.1)
68+
activesupport (= 6.1.3.1)
69+
activestorage (6.1.3.1)
70+
actionpack (= 6.1.3.1)
71+
activejob (= 6.1.3.1)
72+
activerecord (= 6.1.3.1)
73+
activesupport (= 6.1.3.1)
74+
marcel (~> 1.0.0)
75+
mini_mime (~> 1.0.2)
76+
activesupport (6.1.3.1)
5677
concurrent-ruby (~> 1.0, >= 1.0.2)
57-
i18n (>= 0.7, < 2)
58-
minitest (~> 5.1)
59-
tzinfo (~> 1.1)
60-
arel (8.0.0)
78+
i18n (>= 1.6, < 2)
79+
minitest (>= 5.1)
80+
tzinfo (~> 2.0)
81+
zeitwerk (~> 2.3)
6182
axlsx (1.3.6)
6283
htmlentities (~> 4.3.1)
6384
nokogiri (>= 1.4.1)
@@ -132,7 +153,7 @@ GEM
132153
mini_mime (>= 0.1.1)
133154
marcel (1.0.1)
134155
method_source (1.0.0)
135-
mini_mime (1.1.0)
156+
mini_mime (1.0.3)
136157
mini_portile2 (2.5.0)
137158
minitest (5.14.4)
138159
nio4r (2.5.7)
@@ -149,17 +170,20 @@ GEM
149170
rack (2.2.3)
150171
rack-test (1.1.0)
151172
rack (>= 1.0, < 3)
152-
rails (5.1.7)
153-
actioncable (= 5.1.7)
154-
actionmailer (= 5.1.7)
155-
actionpack (= 5.1.7)
156-
actionview (= 5.1.7)
157-
activejob (= 5.1.7)
158-
activemodel (= 5.1.7)
159-
activerecord (= 5.1.7)
160-
activesupport (= 5.1.7)
161-
bundler (>= 1.3.0)
162-
railties (= 5.1.7)
173+
rails (6.1.3.1)
174+
actioncable (= 6.1.3.1)
175+
actionmailbox (= 6.1.3.1)
176+
actionmailer (= 6.1.3.1)
177+
actionpack (= 6.1.3.1)
178+
actiontext (= 6.1.3.1)
179+
actionview (= 6.1.3.1)
180+
activejob (= 6.1.3.1)
181+
activemodel (= 6.1.3.1)
182+
activerecord (= 6.1.3.1)
183+
activestorage (= 6.1.3.1)
184+
activesupport (= 6.1.3.1)
185+
bundler (>= 1.15.0)
186+
railties (= 6.1.3.1)
163187
sprockets-rails (>= 2.0.0)
164188
rails-controller-testing (1.0.5)
165189
actionpack (>= 5.0.1.rc1)
@@ -170,12 +194,12 @@ GEM
170194
nokogiri (>= 1.6)
171195
rails-html-sanitizer (1.3.0)
172196
loofah (~> 2.3)
173-
railties (5.1.7)
174-
actionpack (= 5.1.7)
175-
activesupport (= 5.1.7)
197+
railties (6.1.3.1)
198+
actionpack (= 6.1.3.1)
199+
activesupport (= 6.1.3.1)
176200
method_source
177201
rake (>= 0.8.7)
178-
thor (>= 0.18.1, < 2.0)
202+
thor (~> 1.0)
179203
rake (13.0.3)
180204
regexp_parser (2.1.1)
181205
roo (2.8.3)
@@ -210,14 +234,14 @@ GEM
210234
sprockets (>= 3.0.0)
211235
temple (0.8.2)
212236
thor (1.1.0)
213-
thread_safe (0.3.6)
214237
tilt (2.0.10)
215-
tzinfo (1.2.9)
216-
thread_safe (~> 0.1)
238+
tzinfo (2.0.4)
239+
concurrent-ruby (~> 1.0)
217240
uri_template (0.7.0)
218-
websocket-driver (0.6.5)
241+
websocket-driver (0.7.3)
219242
websocket-extensions (>= 0.1.0)
220243
websocket-extensions (0.1.5)
244+
zeitwerk (2.4.2)
221245
zip-zip (0.3)
222246
rubyzip (>= 1.0.0)
223247

0 commit comments

Comments
 (0)