Skip to content

Commit 263710c

Browse files
authored
Update all of rails to version 5.2.4.2
1 parent a181454 commit 263710c

File tree

1 file changed

+51
-51
lines changed

1 file changed

+51
-51
lines changed

src/api/Gemfile.lock

+51-51
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (5.2.3)
5-
actionpack (= 5.2.3)
4+
actioncable (5.2.4.2)
5+
actionpack (= 5.2.4.2)
66
nio4r (~> 2.0)
77
websocket-driver (>= 0.6.1)
8-
actionmailer (5.2.3)
9-
actionpack (= 5.2.3)
10-
actionview (= 5.2.3)
11-
activejob (= 5.2.3)
8+
actionmailer (5.2.4.2)
9+
actionpack (= 5.2.4.2)
10+
actionview (= 5.2.4.2)
11+
activejob (= 5.2.4.2)
1212
mail (~> 2.5, >= 2.5.4)
1313
rails-dom-testing (~> 2.0)
14-
actionpack (5.2.3)
15-
actionview (= 5.2.3)
16-
activesupport (= 5.2.3)
17-
rack (~> 2.0)
14+
actionpack (5.2.4.2)
15+
actionview (= 5.2.4.2)
16+
activesupport (= 5.2.4.2)
17+
rack (~> 2.0, >= 2.0.8)
1818
rack-test (>= 0.6.3)
1919
rails-dom-testing (~> 2.0)
2020
rails-html-sanitizer (~> 1.0, >= 1.0.2)
21-
actionview (5.2.3)
22-
activesupport (= 5.2.3)
21+
actionview (5.2.4.2)
22+
activesupport (= 5.2.4.2)
2323
builder (~> 3.1)
2424
erubi (~> 1.4)
2525
rails-dom-testing (~> 2.0)
2626
rails-html-sanitizer (~> 1.0, >= 1.0.3)
27-
activejob (5.2.3)
28-
activesupport (= 5.2.3)
27+
activejob (5.2.4.2)
28+
activesupport (= 5.2.4.2)
2929
globalid (>= 0.3.6)
30-
activemodel (5.2.3)
31-
activesupport (= 5.2.3)
30+
activemodel (5.2.4.2)
31+
activesupport (= 5.2.4.2)
3232
activemodel-serializers-xml (1.0.2)
3333
activemodel (> 5.x)
3434
activesupport (> 5.x)
3535
builder (~> 3.1)
36-
activerecord (5.2.3)
37-
activemodel (= 5.2.3)
38-
activesupport (= 5.2.3)
36+
activerecord (5.2.4.2)
37+
activemodel (= 5.2.4.2)
38+
activesupport (= 5.2.4.2)
3939
arel (>= 9.0)
40-
activestorage (5.2.3)
41-
actionpack (= 5.2.3)
42-
activerecord (= 5.2.3)
40+
activestorage (5.2.4.2)
41+
actionpack (= 5.2.4.2)
42+
activerecord (= 5.2.4.2)
4343
marcel (~> 0.3.1)
44-
activesupport (5.2.3)
44+
activesupport (5.2.4.2)
4545
concurrent-ruby (~> 1.0, >= 1.0.2)
4646
i18n (>= 0.7, < 2)
4747
minitest (~> 5.1)
@@ -69,7 +69,7 @@ GEM
6969
autoprefixer-rails (>= 9.1.0)
7070
popper_js (>= 1.14.3, < 2)
7171
sassc-rails (>= 2.0.0)
72-
builder (3.2.3)
72+
builder (3.2.4)
7373
bullet (6.0.1)
7474
activesupport (>= 3.0.0)
7575
uniform_notifier (~> 1.11)
@@ -120,7 +120,7 @@ GEM
120120
tins (~> 1.6)
121121
crack (0.4.3)
122122
safe_yaml (~> 1.0.0)
123-
crass (1.0.5)
123+
crass (1.0.6)
124124
cssmin (1.0.3)
125125
daemons (1.3.1)
126126
dalli (2.7.10)
@@ -137,7 +137,7 @@ GEM
137137
diff-lcs (1.3)
138138
docile (1.3.2)
139139
equatable (0.6.1)
140-
erubi (1.8.0)
140+
erubi (1.9.0)
141141
erubis (2.7.0)
142142
escape_utils (1.2.1)
143143
execjs (2.7.0)
@@ -187,7 +187,7 @@ GEM
187187
haml (>= 4.0, < 6)
188188
nokogiri (>= 1.6.0)
189189
ruby_parser (~> 3.5)
190-
i18n (1.6.0)
190+
i18n (1.8.2)
191191
concurrent-ruby (~> 1.0)
192192
influxdb (0.7.0)
193193
innertube (1.1.0)
@@ -221,7 +221,7 @@ GEM
221221
activesupport (>= 4)
222222
railties (>= 4)
223223
request_store (~> 1.0)
224-
loofah (2.3.1)
224+
loofah (2.4.0)
225225
crass (~> 1.0.2)
226226
nokogiri (>= 1.5.9)
227227
mail (2.7.1)
@@ -231,10 +231,10 @@ GEM
231231
metaclass (0.0.4)
232232
method_source (0.9.2)
233233
middleware (0.1.0)
234-
mimemagic (0.3.3)
235-
mini_mime (1.0.1)
234+
mimemagic (0.3.4)
235+
mini_mime (1.0.2)
236236
mini_portile2 (2.4.0)
237-
minitest (5.11.3)
237+
minitest (5.14.0)
238238
minitest-ci (3.4.0)
239239
minitest (>= 5.0.6)
240240
minitest-fail-fast (0.1.0)
@@ -251,7 +251,7 @@ GEM
251251
mousetrap-rails (1.4.6)
252252
mysql2 (0.5.2)
253253
nio4r (2.5.2)
254-
nokogiri (1.10.5)
254+
nokogiri (1.10.9)
255255
mini_portile2 (~> 2.4.0)
256256
nokogumbo (2.0.1)
257257
nokogiri (~> 1.8, >= 1.8.4)
@@ -291,21 +291,21 @@ GEM
291291
nio4r (~> 2.0)
292292
pundit (2.0.1)
293293
activesupport (>= 3.0.0)
294-
rack (2.0.8)
294+
rack (2.2.2)
295295
rack-test (1.1.0)
296296
rack (>= 1.0, < 3)
297-
rails (5.2.3)
298-
actioncable (= 5.2.3)
299-
actionmailer (= 5.2.3)
300-
actionpack (= 5.2.3)
301-
actionview (= 5.2.3)
302-
activejob (= 5.2.3)
303-
activemodel (= 5.2.3)
304-
activerecord (= 5.2.3)
305-
activestorage (= 5.2.3)
306-
activesupport (= 5.2.3)
297+
rails (5.2.4.2)
298+
actioncable (= 5.2.4.2)
299+
actionmailer (= 5.2.4.2)
300+
actionpack (= 5.2.4.2)
301+
actionview (= 5.2.4.2)
302+
activejob (= 5.2.4.2)
303+
activemodel (= 5.2.4.2)
304+
activerecord (= 5.2.4.2)
305+
activestorage (= 5.2.4.2)
306+
activesupport (= 5.2.4.2)
307307
bundler (>= 1.3.0)
308-
railties (= 5.2.3)
308+
railties (= 5.2.4.2)
309309
sprockets-rails (>= 2.0.0)
310310
rails-controller-testing (1.0.4)
311311
actionpack (>= 5.0.1.x)
@@ -314,16 +314,16 @@ GEM
314314
rails-dom-testing (2.0.3)
315315
activesupport (>= 4.2.0)
316316
nokogiri (>= 1.6)
317-
rails-html-sanitizer (1.0.4)
318-
loofah (~> 2.2, >= 2.2.2)
317+
rails-html-sanitizer (1.3.0)
318+
loofah (~> 2.3)
319319
rails-timeago (2.17.1)
320320
actionpack (>= 3.1)
321321
activesupport (>= 3.1)
322322
rails_tokeninput (1.7.0)
323323
railties (>= 3.1.0)
324-
railties (5.2.3)
325-
actionpack (= 5.2.3)
326-
activesupport (= 5.2.3)
324+
railties (5.2.4.2)
325+
actionpack (= 5.2.4.2)
326+
activesupport (= 5.2.4.2)
327327
method_source
328328
rake (>= 0.8.7)
329329
thor (>= 0.19.0, < 2.0)
@@ -410,7 +410,7 @@ GEM
410410
single_test (0.6.0)
411411
rake
412412
sprite-factory (1.7.1)
413-
sprockets (3.7.2)
413+
sprockets (4.0.0)
414414
concurrent-ruby (~> 1.0)
415415
rack (> 1, < 3)
416416
sprockets-rails (3.2.1)
@@ -450,7 +450,7 @@ GEM
450450
tty-screen (0.6.5)
451451
tty-tree (0.3.0)
452452
tty-which (0.4.1)
453-
tzinfo (1.2.5)
453+
tzinfo (1.2.6)
454454
thread_safe (~> 0.1)
455455
uglifier (4.1.20)
456456
execjs (>= 0.3.0, < 3)

0 commit comments

Comments
 (0)