|
7 | 7 | GEM
|
8 | 8 | remote: https://rubygems.org/
|
9 | 9 | specs:
|
10 |
| - actionpack (5.2.2) |
11 |
| - actionview (= 5.2.2) |
12 |
| - activesupport (= 5.2.2) |
13 |
| - rack (~> 2.0) |
| 10 | + actionpack (6.1.4) |
| 11 | + actionview (= 6.1.4) |
| 12 | + activesupport (= 6.1.4) |
| 13 | + rack (~> 2.0, >= 2.0.9) |
14 | 14 | rack-test (>= 0.6.3)
|
15 | 15 | rails-dom-testing (~> 2.0)
|
16 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.2) |
17 |
| - actionview (5.2.2) |
18 |
| - activesupport (= 5.2.2) |
| 16 | + rails-html-sanitizer (~> 1.0, >= 1.2.0) |
| 17 | + actionview (6.1.4) |
| 18 | + activesupport (= 6.1.4) |
19 | 19 | builder (~> 3.1)
|
20 | 20 | erubi (~> 1.4)
|
21 | 21 | rails-dom-testing (~> 2.0)
|
22 |
| - rails-html-sanitizer (~> 1.0, >= 1.0.3) |
23 |
| - activemodel (5.2.2) |
24 |
| - activesupport (= 5.2.2) |
25 |
| - activesupport (5.2.2) |
| 22 | + rails-html-sanitizer (~> 1.1, >= 1.2.0) |
| 23 | + activemodel (6.1.4) |
| 24 | + activesupport (= 6.1.4) |
| 25 | + activesupport (6.1.4) |
26 | 26 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
27 |
| - i18n (>= 0.7, < 2) |
28 |
| - minitest (~> 5.1) |
29 |
| - tzinfo (~> 1.1) |
30 |
| - builder (3.2.3) |
31 |
| - concurrent-ruby (1.1.4) |
32 |
| - crass (1.0.5) |
33 |
| - erubi (1.8.0) |
34 |
| - i18n (1.5.1) |
| 27 | + i18n (>= 1.6, < 2) |
| 28 | + minitest (>= 5.1) |
| 29 | + tzinfo (~> 2.0) |
| 30 | + zeitwerk (~> 2.3) |
| 31 | + builder (3.2.4) |
| 32 | + concurrent-ruby (1.1.9) |
| 33 | + crass (1.0.6) |
| 34 | + erubi (1.10.0) |
| 35 | + i18n (1.8.10) |
35 | 36 | concurrent-ruby (~> 1.0)
|
36 |
| - loofah (2.3.1) |
| 37 | + loofah (2.10.0) |
37 | 38 | crass (~> 1.0.2)
|
38 | 39 | nokogiri (>= 1.5.9)
|
39 |
| - method_source (0.9.2) |
| 40 | + method_source (1.0.0) |
40 | 41 | mini_portile2 (2.5.3)
|
41 |
| - minitest (5.11.3) |
| 42 | + minitest (5.14.4) |
42 | 43 | nokogiri (1.11.7)
|
43 | 44 | mini_portile2 (~> 2.5.0)
|
44 | 45 | racc (~> 1.4)
|
45 | 46 | racc (1.5.2)
|
46 |
| - rack (2.1.4) |
| 47 | + rack (2.2.3) |
47 | 48 | rack-test (1.1.0)
|
48 | 49 | rack (>= 1.0, < 3)
|
49 | 50 | rails-dom-testing (2.0.3)
|
50 | 51 | activesupport (>= 4.2.0)
|
51 | 52 | nokogiri (>= 1.6)
|
52 |
| - rails-html-sanitizer (1.0.4) |
53 |
| - loofah (~> 2.2, >= 2.2.2) |
54 |
| - railties (5.2.2) |
55 |
| - actionpack (= 5.2.2) |
56 |
| - activesupport (= 5.2.2) |
| 53 | + rails-html-sanitizer (1.3.0) |
| 54 | + loofah (~> 2.3) |
| 55 | + railties (6.1.4) |
| 56 | + actionpack (= 6.1.4) |
| 57 | + activesupport (= 6.1.4) |
57 | 58 | method_source
|
58 |
| - rake (>= 0.8.7) |
59 |
| - thor (>= 0.19.0, < 2.0) |
60 |
| - rake (12.3.3) |
61 |
| - thor (0.20.3) |
62 |
| - thread_safe (0.3.6) |
63 |
| - tzinfo (1.2.5) |
64 |
| - thread_safe (~> 0.1) |
| 59 | + rake (>= 0.13) |
| 60 | + thor (~> 1.0) |
| 61 | + rake (13.0.6) |
| 62 | + thor (1.1.0) |
| 63 | + tzinfo (2.0.4) |
| 64 | + concurrent-ruby (~> 1.0) |
| 65 | + zeitwerk (2.4.2) |
65 | 66 |
|
66 | 67 | PLATFORMS
|
67 | 68 | ruby
|
|
0 commit comments