|
6 | 6 | GEM |
7 | 7 | remote: https://rubygems.org/ |
8 | 8 | specs: |
9 | | - actionview (6.1.6) |
10 | | - activesupport (= 6.1.6) |
| 9 | + actionview (7.0.4.2) |
| 10 | + activesupport (= 7.0.4.2) |
11 | 11 | builder (~> 3.1) |
12 | 12 | erubi (~> 1.4) |
13 | 13 | rails-dom-testing (~> 2.0) |
14 | 14 | rails-html-sanitizer (~> 1.1, >= 1.2.0) |
15 | | - activesupport (6.1.6) |
| 15 | + activesupport (7.0.4.2) |
16 | 16 | concurrent-ruby (~> 1.0, >= 1.0.2) |
17 | 17 | i18n (>= 1.6, < 2) |
18 | 18 | minitest (>= 5.1) |
19 | 19 | tzinfo (~> 2.0) |
20 | | - zeitwerk (~> 2.3) |
21 | 20 | ast (2.4.2) |
22 | | - better_html (1.0.16) |
23 | | - actionview (>= 4.0) |
24 | | - activesupport (>= 4.0) |
| 21 | + better_html (2.0.1) |
| 22 | + actionview (>= 6.0) |
| 23 | + activesupport (>= 6.0) |
25 | 24 | ast (~> 2.0) |
26 | 25 | erubi (~> 1.4) |
27 | | - html_tokenizer (~> 0.0.6) |
28 | 26 | parser (>= 2.4) |
29 | 27 | smart_properties |
30 | 28 | builder (3.2.4) |
31 | | - concurrent-ruby (1.1.10) |
| 29 | + concurrent-ruby (1.2.0) |
32 | 30 | crass (1.0.6) |
33 | | - erb_lint (0.1.1) |
| 31 | + erb_lint (0.3.1) |
34 | 32 | activesupport |
35 | | - better_html (~> 1.0.7) |
36 | | - html_tokenizer |
| 33 | + better_html (>= 2.0.1) |
37 | 34 | parser (>= 2.7.1.4) |
38 | 35 | rainbow |
39 | 36 | rubocop |
40 | 37 | smart_properties |
41 | | - erubi (1.10.0) |
42 | | - html_tokenizer (0.0.7) |
43 | | - i18n (1.10.0) |
| 38 | + erubi (1.12.0) |
| 39 | + i18n (1.12.0) |
44 | 40 | concurrent-ruby (~> 1.0) |
45 | | - loofah (2.18.0) |
| 41 | + json (2.6.3) |
| 42 | + loofah (2.19.1) |
46 | 43 | crass (~> 1.0.2) |
47 | 44 | nokogiri (>= 1.5.9) |
48 | | - mini_portile2 (2.8.0) |
49 | | - minitest (5.15.0) |
50 | | - mocha (1.14.0) |
51 | | - nokogiri (1.13.6) |
| 45 | + mini_portile2 (2.8.1) |
| 46 | + minitest (5.17.0) |
| 47 | + mocha (2.0.2) |
| 48 | + ruby2_keywords (>= 0.0.5) |
| 49 | + nokogiri (1.14.0) |
52 | 50 | mini_portile2 (~> 2.8.0) |
53 | 51 | racc (~> 1.4) |
54 | 52 | parallel (1.22.1) |
55 | | - parser (3.1.2.0) |
| 53 | + parser (3.2.0.0) |
56 | 54 | ast (~> 2.4.1) |
57 | | - racc (1.6.0) |
58 | | - rack (2.2.3.1) |
| 55 | + racc (1.6.2) |
| 56 | + rack (3.0.4.1) |
59 | 57 | rails-dom-testing (2.0.3) |
60 | 58 | activesupport (>= 4.2.0) |
61 | 59 | nokogiri (>= 1.6) |
62 | | - rails-html-sanitizer (1.4.3) |
63 | | - loofah (~> 2.3) |
| 60 | + rails-html-sanitizer (1.5.0) |
| 61 | + loofah (~> 2.19, >= 2.19.1) |
64 | 62 | rainbow (3.1.1) |
65 | 63 | rake (13.0.6) |
66 | | - regexp_parser (2.5.0) |
| 64 | + regexp_parser (2.6.2) |
67 | 65 | rexml (3.2.5) |
68 | | - rubocop (1.30.0) |
| 66 | + rubocop (1.44.1) |
| 67 | + json (~> 2.3) |
69 | 68 | parallel (~> 1.10) |
70 | | - parser (>= 3.1.0.0) |
| 69 | + parser (>= 3.2.0.0) |
71 | 70 | rainbow (>= 2.2.2, < 4.0) |
72 | 71 | regexp_parser (>= 1.8, < 3.0) |
73 | 72 | rexml (>= 3.2.5, < 4.0) |
74 | | - rubocop-ast (>= 1.18.0, < 2.0) |
| 73 | + rubocop-ast (>= 1.24.1, < 2.0) |
75 | 74 | ruby-progressbar (~> 1.7) |
76 | | - unicode-display_width (>= 1.4.0, < 3.0) |
77 | | - rubocop-ast (1.18.0) |
| 75 | + unicode-display_width (>= 2.4.0, < 3.0) |
| 76 | + rubocop-ast (1.24.1) |
78 | 77 | parser (>= 3.1.1.0) |
79 | | - rubocop-github (0.17.0) |
80 | | - rubocop |
81 | | - rubocop-performance |
82 | | - rubocop-rails |
83 | | - rubocop-performance (1.14.2) |
| 78 | + rubocop-github (0.20.0) |
| 79 | + rubocop (>= 1.37) |
| 80 | + rubocop-performance (>= 1.15) |
| 81 | + rubocop-rails (>= 2.17) |
| 82 | + rubocop-performance (1.15.2) |
84 | 83 | rubocop (>= 1.7.0, < 2.0) |
85 | 84 | rubocop-ast (>= 0.4.0) |
86 | | - rubocop-rails (2.14.2) |
| 85 | + rubocop-rails (2.17.4) |
87 | 86 | activesupport (>= 4.2.0) |
88 | 87 | rack (>= 1.1) |
89 | | - rubocop (>= 1.7.0, < 2.0) |
| 88 | + rubocop (>= 1.33.0, < 2.0) |
90 | 89 | ruby-progressbar (1.11.0) |
| 90 | + ruby2_keywords (0.0.5) |
91 | 91 | smart_properties (1.17.0) |
92 | | - tzinfo (2.0.4) |
| 92 | + tzinfo (2.0.5) |
93 | 93 | concurrent-ruby (~> 1.0) |
94 | | - unicode-display_width (2.1.0) |
95 | | - zeitwerk (2.5.4) |
| 94 | + unicode-display_width (2.4.2) |
96 | 95 |
|
97 | 96 | PLATFORMS |
98 | 97 | ruby |
99 | 98 |
|
100 | 99 | DEPENDENCIES |
101 | | - erb_lint (~> 0.1.1) |
| 100 | + erb_lint (~> 0.3.0) |
102 | 101 | erblint-github! |
103 | | - minitest (~> 5.15) |
104 | | - mocha (~> 1.14) |
| 102 | + minitest (~> 5.17.0) |
| 103 | + mocha (~> 2.0.2) |
105 | 104 | rake (~> 13.0.6) |
106 | | - rubocop (= 1.30.0) |
107 | | - rubocop-github (~> 0.17.0) |
| 105 | + rubocop (= 1.44.1) |
| 106 | + rubocop-github (~> 0.20.0) |
108 | 107 |
|
109 | 108 | BUNDLED WITH |
110 | | - 2.2.32 |
| 109 | + 2.3.26 |
0 commit comments