|
1 | 1 | GEM
|
2 | 2 | remote: https://rubygems.org/
|
3 | 3 | specs:
|
4 |
| - actioncable (5.2.7.1) |
5 |
| - actionpack (= 5.2.7.1) |
| 4 | + actioncable (5.2.8) |
| 5 | + actionpack (= 5.2.8) |
6 | 6 | nio4r (~> 2.0)
|
7 | 7 | websocket-driver (>= 0.6.1)
|
8 |
| - actionmailer (5.2.7.1) |
9 |
| - actionpack (= 5.2.7.1) |
10 |
| - actionview (= 5.2.7.1) |
11 |
| - activejob (= 5.2.7.1) |
| 8 | + actionmailer (5.2.8) |
| 9 | + actionpack (= 5.2.8) |
| 10 | + actionview (= 5.2.8) |
| 11 | + activejob (= 5.2.8) |
12 | 12 | mail (~> 2.5, >= 2.5.4)
|
13 | 13 | rails-dom-testing (~> 2.0)
|
14 |
| - actionpack (5.2.7.1) |
15 |
| - actionview (= 5.2.7.1) |
16 |
| - activesupport (= 5.2.7.1) |
| 14 | + actionpack (5.2.8) |
| 15 | + actionview (= 5.2.8) |
| 16 | + activesupport (= 5.2.8) |
17 | 17 | rack (~> 2.0, >= 2.0.8)
|
18 | 18 | rack-test (>= 0.6.3)
|
19 | 19 | rails-dom-testing (~> 2.0)
|
20 | 20 | rails-html-sanitizer (~> 1.0, >= 1.0.2)
|
21 |
| - actionview (5.2.7.1) |
22 |
| - activesupport (= 5.2.7.1) |
| 21 | + actionview (5.2.8) |
| 22 | + activesupport (= 5.2.8) |
23 | 23 | builder (~> 3.1)
|
24 | 24 | erubi (~> 1.4)
|
25 | 25 | rails-dom-testing (~> 2.0)
|
26 | 26 | rails-html-sanitizer (~> 1.0, >= 1.0.3)
|
27 |
| - activejob (5.2.7.1) |
28 |
| - activesupport (= 5.2.7.1) |
| 27 | + activejob (5.2.8) |
| 28 | + activesupport (= 5.2.8) |
29 | 29 | globalid (>= 0.3.6)
|
30 |
| - activemodel (5.2.7.1) |
31 |
| - activesupport (= 5.2.7.1) |
32 |
| - activerecord (5.2.7.1) |
33 |
| - activemodel (= 5.2.7.1) |
34 |
| - activesupport (= 5.2.7.1) |
| 30 | + activemodel (5.2.8) |
| 31 | + activesupport (= 5.2.8) |
| 32 | + activerecord (5.2.8) |
| 33 | + activemodel (= 5.2.8) |
| 34 | + activesupport (= 5.2.8) |
35 | 35 | arel (>= 9.0)
|
36 |
| - activestorage (5.2.7.1) |
37 |
| - actionpack (= 5.2.7.1) |
38 |
| - activerecord (= 5.2.7.1) |
| 36 | + activestorage (5.2.8) |
| 37 | + actionpack (= 5.2.8) |
| 38 | + activerecord (= 5.2.8) |
39 | 39 | marcel (~> 1.0.0)
|
40 |
| - activesupport (5.2.7.1) |
| 40 | + activesupport (5.2.8) |
41 | 41 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
42 | 42 | i18n (>= 0.7, < 2)
|
43 | 43 | minitest (~> 5.1)
|
|
234 | 234 | net-http-persistent (2.9.4)
|
235 | 235 | net-http-pipeline (1.0.1)
|
236 | 236 | nio4r (2.5.8)
|
237 |
| - nokogiri (1.13.4) |
| 237 | + nokogiri (1.13.6) |
238 | 238 | mini_portile2 (~> 2.8.0)
|
239 | 239 | racc (~> 1.4)
|
240 | 240 | os (1.1.1)
|
@@ -276,18 +276,18 @@ GEM
|
276 | 276 | rack-user_agent (0.5.2)
|
277 | 277 | rack (>= 1.5)
|
278 | 278 | woothee (>= 1.0.0)
|
279 |
| - rails (5.2.7.1) |
280 |
| - actioncable (= 5.2.7.1) |
281 |
| - actionmailer (= 5.2.7.1) |
282 |
| - actionpack (= 5.2.7.1) |
283 |
| - actionview (= 5.2.7.1) |
284 |
| - activejob (= 5.2.7.1) |
285 |
| - activemodel (= 5.2.7.1) |
286 |
| - activerecord (= 5.2.7.1) |
287 |
| - activestorage (= 5.2.7.1) |
288 |
| - activesupport (= 5.2.7.1) |
| 279 | + rails (5.2.8) |
| 280 | + actioncable (= 5.2.8) |
| 281 | + actionmailer (= 5.2.8) |
| 282 | + actionpack (= 5.2.8) |
| 283 | + actionview (= 5.2.8) |
| 284 | + activejob (= 5.2.8) |
| 285 | + activemodel (= 5.2.8) |
| 286 | + activerecord (= 5.2.8) |
| 287 | + activestorage (= 5.2.8) |
| 288 | + activesupport (= 5.2.8) |
289 | 289 | bundler (>= 1.3.0)
|
290 |
| - railties (= 5.2.7.1) |
| 290 | + railties (= 5.2.8) |
291 | 291 | sprockets-rails (>= 2.0.0)
|
292 | 292 | rails-controller-testing (1.0.5)
|
293 | 293 | actionpack (>= 5.0.1.rc1)
|
|
298 | 298 | nokogiri (>= 1.6)
|
299 | 299 | rails-html-sanitizer (1.2.0)
|
300 | 300 | loofah (~> 2.2, >= 2.2.2)
|
301 |
| - railties (5.2.7.1) |
302 |
| - actionpack (= 5.2.7.1) |
303 |
| - activesupport (= 5.2.7.1) |
| 301 | + railties (5.2.8) |
| 302 | + actionpack (= 5.2.8) |
| 303 | + activesupport (= 5.2.8) |
304 | 304 | method_source
|
305 | 305 | rake (>= 0.8.7)
|
306 | 306 | thor (>= 0.19.0, < 2.0)
|
|
0 commit comments