Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit d899b33

Browse files
authored
Merge pull request #651 from codeRIT/hm-650
build(deps): Updates Rails to 5.2.4.5
2 parents 738c9a4 + 405b534 commit d899b33

28 files changed

Lines changed: 39 additions & 39 deletions

Gemfile.lock

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -10,43 +10,43 @@ GIT
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (5.2.4.4)
14-
actionpack (= 5.2.4.4)
13+
actioncable (5.2.4.5)
14+
actionpack (= 5.2.4.5)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailer (5.2.4.4)
18-
actionpack (= 5.2.4.4)
19-
actionview (= 5.2.4.4)
20-
activejob (= 5.2.4.4)
17+
actionmailer (5.2.4.5)
18+
actionpack (= 5.2.4.5)
19+
actionview (= 5.2.4.5)
20+
activejob (= 5.2.4.5)
2121
mail (~> 2.5, >= 2.5.4)
2222
rails-dom-testing (~> 2.0)
23-
actionpack (5.2.4.4)
24-
actionview (= 5.2.4.4)
25-
activesupport (= 5.2.4.4)
23+
actionpack (5.2.4.5)
24+
actionview (= 5.2.4.5)
25+
activesupport (= 5.2.4.5)
2626
rack (~> 2.0, >= 2.0.8)
2727
rack-test (>= 0.6.3)
2828
rails-dom-testing (~> 2.0)
2929
rails-html-sanitizer (~> 1.0, >= 1.0.2)
30-
actionview (5.2.4.4)
31-
activesupport (= 5.2.4.4)
30+
actionview (5.2.4.5)
31+
activesupport (= 5.2.4.5)
3232
builder (~> 3.1)
3333
erubi (~> 1.4)
3434
rails-dom-testing (~> 2.0)
3535
rails-html-sanitizer (~> 1.0, >= 1.0.3)
36-
activejob (5.2.4.4)
37-
activesupport (= 5.2.4.4)
36+
activejob (5.2.4.5)
37+
activesupport (= 5.2.4.5)
3838
globalid (>= 0.3.6)
39-
activemodel (5.2.4.4)
40-
activesupport (= 5.2.4.4)
41-
activerecord (5.2.4.4)
42-
activemodel (= 5.2.4.4)
43-
activesupport (= 5.2.4.4)
39+
activemodel (5.2.4.5)
40+
activesupport (= 5.2.4.5)
41+
activerecord (5.2.4.5)
42+
activemodel (= 5.2.4.5)
43+
activesupport (= 5.2.4.5)
4444
arel (>= 9.0)
45-
activestorage (5.2.4.4)
46-
actionpack (= 5.2.4.4)
47-
activerecord (= 5.2.4.4)
45+
activestorage (5.2.4.5)
46+
actionpack (= 5.2.4.5)
47+
activerecord (= 5.2.4.5)
4848
marcel (~> 0.3.1)
49-
activesupport (5.2.4.4)
49+
activesupport (5.2.4.5)
5050
concurrent-ruby (~> 1.0, >= 1.0.2)
5151
i18n (>= 0.7, < 2)
5252
minitest (~> 5.1)
@@ -236,7 +236,7 @@ GEM
236236
mimemagic (0.3.5)
237237
mini_mime (1.0.2)
238238
mini_portile2 (2.5.0)
239-
minitest (5.14.3)
239+
minitest (5.14.4)
240240
minitest-reporters (1.4.3)
241241
ansi
242242
builder
@@ -252,10 +252,10 @@ GEM
252252
mysql2 (0.5.3)
253253
nenv (0.3.0)
254254
nio4r (2.5.7)
255-
nokogiri (1.11.1)
255+
nokogiri (1.11.2)
256256
mini_portile2 (~> 2.5.0)
257257
racc (~> 1.4)
258-
nokogiri (1.11.1-x86_64-darwin)
258+
nokogiri (1.11.2-x86_64-darwin)
259259
racc (~> 1.4)
260260
notiffany (0.1.3)
261261
nenv (~> 0.1)
@@ -295,18 +295,18 @@ GEM
295295
rack (>= 2.0.0)
296296
rack-test (1.1.0)
297297
rack (>= 1.0, < 3)
298-
rails (5.2.4.4)
299-
actioncable (= 5.2.4.4)
300-
actionmailer (= 5.2.4.4)
301-
actionpack (= 5.2.4.4)
302-
actionview (= 5.2.4.4)
303-
activejob (= 5.2.4.4)
304-
activemodel (= 5.2.4.4)
305-
activerecord (= 5.2.4.4)
306-
activestorage (= 5.2.4.4)
307-
activesupport (= 5.2.4.4)
298+
rails (5.2.4.5)
299+
actioncable (= 5.2.4.5)
300+
actionmailer (= 5.2.4.5)
301+
actionpack (= 5.2.4.5)
302+
actionview (= 5.2.4.5)
303+
activejob (= 5.2.4.5)
304+
activemodel (= 5.2.4.5)
305+
activerecord (= 5.2.4.5)
306+
activestorage (= 5.2.4.5)
307+
activesupport (= 5.2.4.5)
308308
bundler (>= 1.3.0)
309-
railties (= 5.2.4.4)
309+
railties (= 5.2.4.5)
310310
sprockets-rails (>= 2.0.0)
311311
rails-controller-testing (1.0.5)
312312
actionpack (>= 5.0.1.rc1)
@@ -324,9 +324,9 @@ GEM
324324
rails_stdout_logging
325325
rails_serve_static_assets (0.0.5)
326326
rails_stdout_logging (0.0.5)
327-
railties (5.2.4.4)
328-
actionpack (= 5.2.4.4)
329-
activesupport (= 5.2.4.4)
327+
railties (5.2.4.5)
328+
actionpack (= 5.2.4.5)
329+
activesupport (= 5.2.4.5)
330330
method_source
331331
rake (>= 0.8.7)
332332
thor (>= 0.19.0, < 2.0)
-40.5 KB
Binary file not shown.
40.5 KB
Binary file not shown.
-28.5 KB
Binary file not shown.
28.5 KB
Binary file not shown.
-208 KB
Binary file not shown.
208 KB
Binary file not shown.
-160 KB
Binary file not shown.
160 KB
Binary file not shown.

vendor/cache/activejob-5.2.4.4.gem

-25.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)