Commit 06154a031262c3dd3c65b23ff7df85ab37fca02b
Committed by
GitHub
1 parent
a38f7be1
Exists in
master
Bump activestorage from 5.2.4.2 to 5.2.4.3
Bumps [activestorage](https://github.com/rails/rails) from 5.2.4.2 to 5.2.4.3. - [Release notes](https://github.com/rails/rails/releases) - [Changelog](https://github.com/rails/rails/blob/v6.0.3.1/activestorage/CHANGELOG.md) - [Commits](https://github.com/rails/rails/compare/v5.2.4.2...v5.2.4.3) Signed-off-by: dependabot[bot] <support@github.com>
Showing
1 changed file
with
41 additions
and
41 deletions
Show diff stats
Gemfile.lock
... | ... | @@ -8,43 +8,43 @@ PATH |
8 | 8 | GEM |
9 | 9 | remote: https://rubygems.org/ |
10 | 10 | specs: |
11 | - actioncable (5.2.4.2) | |
12 | - actionpack (= 5.2.4.2) | |
11 | + actioncable (5.2.4.3) | |
12 | + actionpack (= 5.2.4.3) | |
13 | 13 | nio4r (~> 2.0) |
14 | 14 | websocket-driver (>= 0.6.1) |
15 | - actionmailer (5.2.4.2) | |
16 | - actionpack (= 5.2.4.2) | |
17 | - actionview (= 5.2.4.2) | |
18 | - activejob (= 5.2.4.2) | |
15 | + actionmailer (5.2.4.3) | |
16 | + actionpack (= 5.2.4.3) | |
17 | + actionview (= 5.2.4.3) | |
18 | + activejob (= 5.2.4.3) | |
19 | 19 | mail (~> 2.5, >= 2.5.4) |
20 | 20 | rails-dom-testing (~> 2.0) |
21 | - actionpack (5.2.4.2) | |
22 | - actionview (= 5.2.4.2) | |
23 | - activesupport (= 5.2.4.2) | |
21 | + actionpack (5.2.4.3) | |
22 | + actionview (= 5.2.4.3) | |
23 | + activesupport (= 5.2.4.3) | |
24 | 24 | rack (~> 2.0, >= 2.0.8) |
25 | 25 | rack-test (>= 0.6.3) |
26 | 26 | rails-dom-testing (~> 2.0) |
27 | 27 | rails-html-sanitizer (~> 1.0, >= 1.0.2) |
28 | - actionview (5.2.4.2) | |
29 | - activesupport (= 5.2.4.2) | |
28 | + actionview (5.2.4.3) | |
29 | + activesupport (= 5.2.4.3) | |
30 | 30 | builder (~> 3.1) |
31 | 31 | erubi (~> 1.4) |
32 | 32 | rails-dom-testing (~> 2.0) |
33 | 33 | rails-html-sanitizer (~> 1.0, >= 1.0.3) |
34 | - activejob (5.2.4.2) | |
35 | - activesupport (= 5.2.4.2) | |
34 | + activejob (5.2.4.3) | |
35 | + activesupport (= 5.2.4.3) | |
36 | 36 | globalid (>= 0.3.6) |
37 | - activemodel (5.2.4.2) | |
38 | - activesupport (= 5.2.4.2) | |
39 | - activerecord (5.2.4.2) | |
40 | - activemodel (= 5.2.4.2) | |
41 | - activesupport (= 5.2.4.2) | |
37 | + activemodel (5.2.4.3) | |
38 | + activesupport (= 5.2.4.3) | |
39 | + activerecord (5.2.4.3) | |
40 | + activemodel (= 5.2.4.3) | |
41 | + activesupport (= 5.2.4.3) | |
42 | 42 | arel (>= 9.0) |
43 | - activestorage (5.2.4.2) | |
44 | - actionpack (= 5.2.4.2) | |
45 | - activerecord (= 5.2.4.2) | |
43 | + activestorage (5.2.4.3) | |
44 | + actionpack (= 5.2.4.3) | |
45 | + activerecord (= 5.2.4.3) | |
46 | 46 | marcel (~> 0.3.1) |
47 | - activesupport (5.2.4.2) | |
47 | + activesupport (5.2.4.3) | |
48 | 48 | concurrent-ruby (~> 1.0, >= 1.0.2) |
49 | 49 | i18n (>= 0.7, < 2) |
50 | 50 | minitest (~> 5.1) |
... | ... | @@ -66,7 +66,7 @@ GEM |
66 | 66 | i18n (1.8.2) |
67 | 67 | concurrent-ruby (~> 1.0) |
68 | 68 | jwt (1.5.6) |
69 | - loofah (2.4.0) | |
69 | + loofah (2.5.0) | |
70 | 70 | crass (~> 1.0.2) |
71 | 71 | nokogiri (>= 1.5.9) |
72 | 72 | mail (2.7.1) |
... | ... | @@ -74,10 +74,10 @@ GEM |
74 | 74 | marcel (0.3.3) |
75 | 75 | mimemagic (~> 0.3.2) |
76 | 76 | method_source (0.9.2) |
77 | - mimemagic (0.3.4) | |
77 | + mimemagic (0.3.5) | |
78 | 78 | mini_mime (1.0.2) |
79 | 79 | mini_portile2 (2.4.0) |
80 | - minitest (5.14.0) | |
80 | + minitest (5.14.1) | |
81 | 81 | nio4r (2.5.2) |
82 | 82 | nokogiri (1.10.9) |
83 | 83 | mini_portile2 (~> 2.4.0) |
... | ... | @@ -87,27 +87,27 @@ GEM |
87 | 87 | rack (2.2.2) |
88 | 88 | rack-test (1.1.0) |
89 | 89 | rack (>= 1.0, < 3) |
90 | - rails (5.2.4.2) | |
91 | - actioncable (= 5.2.4.2) | |
92 | - actionmailer (= 5.2.4.2) | |
93 | - actionpack (= 5.2.4.2) | |
94 | - actionview (= 5.2.4.2) | |
95 | - activejob (= 5.2.4.2) | |
96 | - activemodel (= 5.2.4.2) | |
97 | - activerecord (= 5.2.4.2) | |
98 | - activestorage (= 5.2.4.2) | |
99 | - activesupport (= 5.2.4.2) | |
90 | + rails (5.2.4.3) | |
91 | + actioncable (= 5.2.4.3) | |
92 | + actionmailer (= 5.2.4.3) | |
93 | + actionpack (= 5.2.4.3) | |
94 | + actionview (= 5.2.4.3) | |
95 | + activejob (= 5.2.4.3) | |
96 | + activemodel (= 5.2.4.3) | |
97 | + activerecord (= 5.2.4.3) | |
98 | + activestorage (= 5.2.4.3) | |
99 | + activesupport (= 5.2.4.3) | |
100 | 100 | bundler (>= 1.3.0) |
101 | - railties (= 5.2.4.2) | |
101 | + railties (= 5.2.4.3) | |
102 | 102 | sprockets-rails (>= 2.0.0) |
103 | 103 | rails-dom-testing (2.0.3) |
104 | 104 | activesupport (>= 4.2.0) |
105 | 105 | nokogiri (>= 1.6) |
106 | 106 | rails-html-sanitizer (1.3.0) |
107 | 107 | loofah (~> 2.3) |
108 | - railties (5.2.4.2) | |
109 | - actionpack (= 5.2.4.2) | |
110 | - activesupport (= 5.2.4.2) | |
108 | + railties (5.2.4.3) | |
109 | + actionpack (= 5.2.4.3) | |
110 | + activesupport (= 5.2.4.3) | |
111 | 111 | method_source |
112 | 112 | rake (>= 0.8.7) |
113 | 113 | thor (>= 0.19.0, < 2.0) |
... | ... | @@ -139,9 +139,9 @@ GEM |
139 | 139 | sqlite3 (1.4.1) |
140 | 140 | thor (1.0.1) |
141 | 141 | thread_safe (0.3.6) |
142 | - tzinfo (1.2.6) | |
142 | + tzinfo (1.2.7) | |
143 | 143 | thread_safe (~> 0.1) |
144 | - websocket-driver (0.7.1) | |
144 | + websocket-driver (0.7.2) | |
145 | 145 | websocket-extensions (>= 0.1.0) |
146 | 146 | websocket-extensions (0.1.4) |
147 | 147 | ... | ... |