|
8 | 8 | GEM
|
9 | 9 | remote: https://rubygems.org/
|
10 | 10 | specs:
|
11 |
| - actionpack (7.0.4) |
12 |
| - actionview (= 7.0.4) |
13 |
| - activesupport (= 7.0.4) |
14 |
| - rack (~> 2.0, >= 2.2.0) |
| 11 | + actionpack (7.1.0) |
| 12 | + actionview (= 7.1.0) |
| 13 | + activesupport (= 7.1.0) |
| 14 | + nokogiri (>= 1.8.5) |
| 15 | + rack (>= 2.2.4) |
| 16 | + rack-session (>= 1.0.1) |
15 | 17 | rack-test (>= 0.6.3)
|
16 |
| - rails-dom-testing (~> 2.0) |
17 |
| - rails-html-sanitizer (~> 1.0, >= 1.2.0) |
18 |
| - actionview (7.0.4) |
19 |
| - activesupport (= 7.0.4) |
| 18 | + rails-dom-testing (~> 2.2) |
| 19 | + rails-html-sanitizer (~> 1.6) |
| 20 | + actionview (7.1.0) |
| 21 | + activesupport (= 7.1.0) |
20 | 22 | builder (~> 3.1)
|
21 |
| - erubi (~> 1.4) |
22 |
| - rails-dom-testing (~> 2.0) |
23 |
| - rails-html-sanitizer (~> 1.1, >= 1.2.0) |
24 |
| - activemodel (7.0.4) |
25 |
| - activesupport (= 7.0.4) |
26 |
| - activesupport (7.0.4) |
| 23 | + erubi (~> 1.11) |
| 24 | + rails-dom-testing (~> 2.2) |
| 25 | + rails-html-sanitizer (~> 1.6) |
| 26 | + activemodel (7.1.0) |
| 27 | + activesupport (= 7.1.0) |
| 28 | + activesupport (7.1.0) |
| 29 | + base64 |
| 30 | + bigdecimal |
27 | 31 | concurrent-ruby (~> 1.0, >= 1.0.2)
|
| 32 | + connection_pool (>= 2.2.5) |
| 33 | + drb |
28 | 34 | i18n (>= 1.6, < 2)
|
29 | 35 | minitest (>= 5.1)
|
| 36 | + mutex_m |
30 | 37 | tzinfo (~> 2.0)
|
31 | 38 | ast (2.4.2)
|
| 39 | + base64 (0.1.1) |
| 40 | + bigdecimal (3.1.4) |
32 | 41 | builder (3.2.4)
|
33 |
| - concurrent-ruby (1.1.10) |
| 42 | + concurrent-ruby (1.2.2) |
| 43 | + connection_pool (2.4.1) |
34 | 44 | crass (1.0.6)
|
| 45 | + drb (2.1.1) |
| 46 | + ruby2_keywords |
35 | 47 | erubi (1.12.0)
|
36 |
| - i18n (1.12.0) |
| 48 | + i18n (1.14.1) |
37 | 49 | concurrent-ruby (~> 1.0)
|
| 50 | + io-console (0.6.0) |
| 51 | + irb (1.8.1) |
| 52 | + rdoc |
| 53 | + reline (>= 0.3.8) |
38 | 54 | json (2.6.3)
|
39 |
| - loofah (2.19.1) |
| 55 | + language_server-protocol (3.17.0.3) |
| 56 | + loofah (2.21.4) |
40 | 57 | crass (~> 1.0.2)
|
41 |
| - nokogiri (>= 1.5.9) |
42 |
| - method_source (1.0.0) |
43 |
| - mini_portile2 (2.8.1) |
44 |
| - minitest (5.17.0) |
45 |
| - mocha (2.0.2) |
| 58 | + nokogiri (>= 1.12.0) |
| 59 | + mini_portile2 (2.8.4) |
| 60 | + minitest (5.20.0) |
| 61 | + mocha (2.1.0) |
46 | 62 | ruby2_keywords (>= 0.0.5)
|
47 |
| - nokogiri (1.14.0) |
48 |
| - mini_portile2 (~> 2.8.0) |
| 63 | + mutex_m (0.1.2) |
| 64 | + nokogiri (1.15.4) |
| 65 | + mini_portile2 (~> 2.8.2) |
49 | 66 | racc (~> 1.4)
|
50 |
| - parallel (1.22.1) |
51 |
| - parser (3.2.0.0) |
| 67 | + parallel (1.23.0) |
| 68 | + parser (3.2.2.4) |
52 | 69 | ast (~> 2.4.1)
|
53 |
| - racc (1.6.2) |
54 |
| - rack (2.2.6) |
55 |
| - rack-test (2.0.2) |
| 70 | + racc |
| 71 | + psych (5.1.0) |
| 72 | + stringio |
| 73 | + racc (1.7.1) |
| 74 | + rack (3.0.8) |
| 75 | + rack-session (2.0.0) |
| 76 | + rack (>= 3.0.0) |
| 77 | + rack-test (2.1.0) |
56 | 78 | rack (>= 1.3)
|
| 79 | + rackup (2.1.0) |
| 80 | + rack (>= 3) |
| 81 | + webrick (~> 1.8) |
57 | 82 | rails-controller-testing (1.0.5)
|
58 | 83 | actionpack (>= 5.0.1.rc1)
|
59 | 84 | actionview (>= 5.0.1.rc1)
|
60 | 85 | activesupport (>= 5.0.1.rc1)
|
61 |
| - rails-dom-testing (2.0.3) |
62 |
| - activesupport (>= 4.2.0) |
| 86 | + rails-dom-testing (2.2.0) |
| 87 | + activesupport (>= 5.0.0) |
| 88 | + minitest |
63 | 89 | nokogiri (>= 1.6)
|
64 |
| - rails-html-sanitizer (1.4.4) |
65 |
| - loofah (~> 2.19, >= 2.19.1) |
66 |
| - railties (7.0.4) |
67 |
| - actionpack (= 7.0.4) |
68 |
| - activesupport (= 7.0.4) |
69 |
| - method_source |
| 90 | + rails-html-sanitizer (1.6.0) |
| 91 | + loofah (~> 2.21) |
| 92 | + nokogiri (~> 1.14) |
| 93 | + railties (7.1.0) |
| 94 | + actionpack (= 7.1.0) |
| 95 | + activesupport (= 7.1.0) |
| 96 | + irb |
| 97 | + rackup (>= 1.0.0) |
70 | 98 | rake (>= 12.2)
|
71 |
| - thor (~> 1.0) |
72 |
| - zeitwerk (~> 2.5) |
| 99 | + thor (~> 1.0, >= 1.2.2) |
| 100 | + zeitwerk (~> 2.6) |
73 | 101 | rainbow (3.1.1)
|
74 | 102 | rake (13.0.6)
|
75 |
| - regexp_parser (2.6.1) |
76 |
| - rexml (3.2.5) |
77 |
| - rubocop (1.43.0) |
| 103 | + rdoc (6.5.0) |
| 104 | + psych (>= 4.0.0) |
| 105 | + regexp_parser (2.8.2) |
| 106 | + reline (0.3.9) |
| 107 | + io-console (~> 0.5) |
| 108 | + rexml (3.2.6) |
| 109 | + rubocop (1.56.4) |
| 110 | + base64 (~> 0.1.1) |
78 | 111 | json (~> 2.3)
|
| 112 | + language_server-protocol (>= 3.17.0) |
79 | 113 | parallel (~> 1.10)
|
80 |
| - parser (>= 3.2.0.0) |
| 114 | + parser (>= 3.2.2.3) |
81 | 115 | rainbow (>= 2.2.2, < 4.0)
|
82 | 116 | regexp_parser (>= 1.8, < 3.0)
|
83 | 117 | rexml (>= 3.2.5, < 4.0)
|
84 |
| - rubocop-ast (>= 1.24.1, < 2.0) |
| 118 | + rubocop-ast (>= 1.28.1, < 2.0) |
85 | 119 | ruby-progressbar (~> 1.7)
|
86 | 120 | unicode-display_width (>= 2.4.0, < 3.0)
|
87 |
| - rubocop-ast (1.24.1) |
88 |
| - parser (>= 3.1.1.0) |
89 |
| - rubocop-performance (1.15.2) |
| 121 | + rubocop-ast (1.29.0) |
| 122 | + parser (>= 3.2.1.0) |
| 123 | + rubocop-performance (1.19.1) |
90 | 124 | rubocop (>= 1.7.0, < 2.0)
|
91 | 125 | rubocop-ast (>= 0.4.0)
|
92 |
| - ruby-progressbar (1.11.0) |
| 126 | + ruby-progressbar (1.13.0) |
93 | 127 | ruby2_keywords (0.0.5)
|
94 |
| - thor (1.2.1) |
95 |
| - tzinfo (2.0.5) |
| 128 | + stringio (3.0.8) |
| 129 | + thor (1.2.2) |
| 130 | + tzinfo (2.0.6) |
96 | 131 | concurrent-ruby (~> 1.0)
|
97 |
| - unicode-display_width (2.4.2) |
98 |
| - zeitwerk (2.6.6) |
| 132 | + unicode-display_width (2.5.0) |
| 133 | + webrick (1.8.1) |
| 134 | + zeitwerk (2.6.12) |
99 | 135 |
|
100 | 136 | PLATFORMS
|
101 | 137 | ruby
|
102 | 138 |
|
103 | 139 | DEPENDENCIES
|
104 |
| - activemodel (~> 7.0.0) |
| 140 | + activemodel (~> 7.1.0) |
105 | 141 | mocha
|
106 | 142 | rails-controller-testing
|
107 |
| - railties (~> 7.0.0) |
| 143 | + railties (~> 7.1.0) |
108 | 144 | responders!
|
109 | 145 | rubocop
|
110 | 146 | rubocop-performance
|
|
0 commit comments