Skip to content

Commit 9c8f5aa

Browse files
authored
Update Rails 6.0.3.3 -> 6.0.3.5 (#53)
Addresses GHSA-8hc4-xxm3-5ppp, GHSA-8877-prq4-9xfw
1 parent 2bf19e9 commit 9c8f5aa

File tree

1 file changed

+60
-60
lines changed

1 file changed

+60
-60
lines changed

Gemfile.lock

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.0.3.3)
5-
actionpack (= 6.0.3.3)
4+
actioncable (6.0.3.5)
5+
actionpack (= 6.0.3.5)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailbox (6.0.3.3)
9-
actionpack (= 6.0.3.3)
10-
activejob (= 6.0.3.3)
11-
activerecord (= 6.0.3.3)
12-
activestorage (= 6.0.3.3)
13-
activesupport (= 6.0.3.3)
8+
actionmailbox (6.0.3.5)
9+
actionpack (= 6.0.3.5)
10+
activejob (= 6.0.3.5)
11+
activerecord (= 6.0.3.5)
12+
activestorage (= 6.0.3.5)
13+
activesupport (= 6.0.3.5)
1414
mail (>= 2.7.1)
15-
actionmailer (6.0.3.3)
16-
actionpack (= 6.0.3.3)
17-
actionview (= 6.0.3.3)
18-
activejob (= 6.0.3.3)
15+
actionmailer (6.0.3.5)
16+
actionpack (= 6.0.3.5)
17+
actionview (= 6.0.3.5)
18+
activejob (= 6.0.3.5)
1919
mail (~> 2.5, >= 2.5.4)
2020
rails-dom-testing (~> 2.0)
21-
actionpack (6.0.3.3)
22-
actionview (= 6.0.3.3)
23-
activesupport (= 6.0.3.3)
21+
actionpack (6.0.3.5)
22+
actionview (= 6.0.3.5)
23+
activesupport (= 6.0.3.5)
2424
rack (~> 2.0, >= 2.0.8)
2525
rack-test (>= 0.6.3)
2626
rails-dom-testing (~> 2.0)
2727
rails-html-sanitizer (~> 1.0, >= 1.2.0)
28-
actiontext (6.0.3.3)
29-
actionpack (= 6.0.3.3)
30-
activerecord (= 6.0.3.3)
31-
activestorage (= 6.0.3.3)
32-
activesupport (= 6.0.3.3)
28+
actiontext (6.0.3.5)
29+
actionpack (= 6.0.3.5)
30+
activerecord (= 6.0.3.5)
31+
activestorage (= 6.0.3.5)
32+
activesupport (= 6.0.3.5)
3333
nokogiri (>= 1.8.5)
34-
actionview (6.0.3.3)
35-
activesupport (= 6.0.3.3)
34+
actionview (6.0.3.5)
35+
activesupport (= 6.0.3.5)
3636
builder (~> 3.1)
3737
erubi (~> 1.4)
3838
rails-dom-testing (~> 2.0)
3939
rails-html-sanitizer (~> 1.1, >= 1.2.0)
40-
activejob (6.0.3.3)
41-
activesupport (= 6.0.3.3)
40+
activejob (6.0.3.5)
41+
activesupport (= 6.0.3.5)
4242
globalid (>= 0.3.6)
43-
activemodel (6.0.3.3)
44-
activesupport (= 6.0.3.3)
43+
activemodel (6.0.3.5)
44+
activesupport (= 6.0.3.5)
4545
activemodel-serializers-xml (1.0.2)
4646
activemodel (> 5.x)
4747
activesupport (> 5.x)
4848
builder (~> 3.1)
49-
activerecord (6.0.3.3)
50-
activemodel (= 6.0.3.3)
51-
activesupport (= 6.0.3.3)
52-
activestorage (6.0.3.3)
53-
actionpack (= 6.0.3.3)
54-
activejob (= 6.0.3.3)
55-
activerecord (= 6.0.3.3)
49+
activerecord (6.0.3.5)
50+
activemodel (= 6.0.3.5)
51+
activesupport (= 6.0.3.5)
52+
activestorage (6.0.3.5)
53+
actionpack (= 6.0.3.5)
54+
activejob (= 6.0.3.5)
55+
activerecord (= 6.0.3.5)
5656
marcel (~> 0.3.1)
57-
activesupport (6.0.3.3)
57+
activesupport (6.0.3.5)
5858
concurrent-ruby (~> 1.0, >= 1.0.2)
5959
i18n (>= 0.7, < 2)
6060
minitest (~> 5.1)
@@ -77,7 +77,7 @@ GEM
7777
regexp_parser (~> 1.5)
7878
xpath (~> 3.2)
7979
coderay (1.1.2)
80-
concurrent-ruby (1.1.7)
80+
concurrent-ruby (1.1.8)
8181
crack (0.4.3)
8282
safe_yaml (~> 1.0.0)
8383
crass (1.0.6)
@@ -94,7 +94,7 @@ GEM
9494
dotenv-rails (2.7.6)
9595
dotenv (= 2.7.6)
9696
railties (>= 3.2)
97-
erubi (1.9.0)
97+
erubi (1.10.0)
9898
eventmachine (1.2.7)
9999
factory_bot (5.2.0)
100100
activesupport (>= 4.2.0)
@@ -112,7 +112,7 @@ GEM
112112
tilt
113113
hashdiff (1.0.1)
114114
httpclient (2.8.3)
115-
i18n (1.8.5)
115+
i18n (1.8.9)
116116
concurrent-ruby (~> 1.0)
117117
jquery-rails (4.4.0)
118118
rails-dom-testing (>= 1, < 3)
@@ -136,7 +136,7 @@ GEM
136136
listen (3.2.1)
137137
rb-fsevent (~> 0.10, >= 0.10.3)
138138
rb-inotify (~> 0.9, >= 0.9.10)
139-
loofah (2.7.0)
139+
loofah (2.9.0)
140140
crass (~> 1.0.2)
141141
nokogiri (>= 1.5.9)
142142
mail (2.7.1)
@@ -147,11 +147,11 @@ GEM
147147
mimemagic (0.3.5)
148148
mini_mime (1.0.2)
149149
mini_portile2 (2.5.0)
150-
minitest (5.14.2)
150+
minitest (5.14.4)
151151
nationbuilder-rb (1.6.2)
152152
httpclient (~> 2.7)
153153
nested_form (0.3.2)
154-
nio4r (2.5.3)
154+
nio4r (2.5.5)
155155
nokogiri (1.11.1)
156156
mini_portile2 (~> 2.5.0)
157157
racc (~> 1.4)
@@ -170,20 +170,20 @@ GEM
170170
rack (>= 1.1)
171171
rack-test (1.1.0)
172172
rack (>= 1.0, < 3)
173-
rails (6.0.3.3)
174-
actioncable (= 6.0.3.3)
175-
actionmailbox (= 6.0.3.3)
176-
actionmailer (= 6.0.3.3)
177-
actionpack (= 6.0.3.3)
178-
actiontext (= 6.0.3.3)
179-
actionview (= 6.0.3.3)
180-
activejob (= 6.0.3.3)
181-
activemodel (= 6.0.3.3)
182-
activerecord (= 6.0.3.3)
183-
activestorage (= 6.0.3.3)
184-
activesupport (= 6.0.3.3)
173+
rails (6.0.3.5)
174+
actioncable (= 6.0.3.5)
175+
actionmailbox (= 6.0.3.5)
176+
actionmailer (= 6.0.3.5)
177+
actionpack (= 6.0.3.5)
178+
actiontext (= 6.0.3.5)
179+
actionview (= 6.0.3.5)
180+
activejob (= 6.0.3.5)
181+
activemodel (= 6.0.3.5)
182+
activerecord (= 6.0.3.5)
183+
activestorage (= 6.0.3.5)
184+
activesupport (= 6.0.3.5)
185185
bundler (>= 1.3.0)
186-
railties (= 6.0.3.3)
186+
railties (= 6.0.3.5)
187187
sprockets-rails (>= 2.0.0)
188188
rails-dom-testing (2.0.3)
189189
activesupport (>= 4.2.0)
@@ -207,13 +207,13 @@ GEM
207207
sassc-rails (>= 1.3, < 3)
208208
rails_serve_static_assets (0.0.5)
209209
rails_stdout_logging (0.0.5)
210-
railties (6.0.3.3)
211-
actionpack (= 6.0.3.3)
212-
activesupport (= 6.0.3.3)
210+
railties (6.0.3.5)
211+
actionpack (= 6.0.3.5)
212+
activesupport (= 6.0.3.5)
213213
method_source
214214
rake (>= 0.8.7)
215215
thor (>= 0.20.3, < 2.0)
216-
rake (13.0.1)
216+
rake (13.0.3)
217217
rb-fsevent (0.10.4)
218218
rb-inotify (0.10.1)
219219
ffi (~> 1.0)
@@ -263,10 +263,10 @@ GEM
263263
daemons (~> 1.0, >= 1.0.9)
264264
eventmachine (~> 1.0, >= 1.0.4)
265265
rack (>= 1, < 3)
266-
thor (1.0.1)
266+
thor (1.1.0)
267267
thread_safe (0.3.6)
268268
tilt (2.0.10)
269-
tzinfo (1.2.7)
269+
tzinfo (1.2.9)
270270
thread_safe (~> 0.1)
271271
warden (1.2.8)
272272
rack (>= 2.0.6)
@@ -279,7 +279,7 @@ GEM
279279
websocket-extensions (0.1.5)
280280
xpath (3.2.0)
281281
nokogiri (~> 1.8)
282-
zeitwerk (2.4.0)
282+
zeitwerk (2.4.2)
283283

284284
PLATFORMS
285285
ruby

0 commit comments

Comments
 (0)