|
1 | 1 | PATH |
2 | 2 | remote: . |
3 | 3 | specs: |
4 | | - cypress-rails (0.5.5) |
| 4 | + cypress-rails (0.7.1) |
5 | 5 | puma (>= 3.8.0) |
6 | 6 | railties (>= 5.2.0) |
7 | 7 |
|
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.3) |
| 12 | + actionview (= 7.1.3) |
| 13 | + activesupport (= 7.1.3) |
| 14 | + nokogiri (>= 1.8.5) |
| 15 | + racc |
| 16 | + rack (>= 2.2.4) |
| 17 | + rack-session (>= 1.0.1) |
15 | 18 | 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) |
| 19 | + rails-dom-testing (~> 2.2) |
| 20 | + rails-html-sanitizer (~> 1.6) |
| 21 | + actionview (7.1.3) |
| 22 | + activesupport (= 7.1.3) |
20 | 23 | builder (~> 3.1) |
21 | | - erubi (~> 1.4) |
22 | | - rails-dom-testing (~> 2.0) |
23 | | - rails-html-sanitizer (~> 1.1, >= 1.2.0) |
24 | | - activesupport (7.0.4) |
| 24 | + erubi (~> 1.11) |
| 25 | + rails-dom-testing (~> 2.2) |
| 26 | + rails-html-sanitizer (~> 1.6) |
| 27 | + activesupport (7.1.3) |
| 28 | + base64 |
| 29 | + bigdecimal |
25 | 30 | concurrent-ruby (~> 1.0, >= 1.0.2) |
| 31 | + connection_pool (>= 2.2.5) |
| 32 | + drb |
26 | 33 | i18n (>= 1.6, < 2) |
27 | 34 | minitest (>= 5.1) |
| 35 | + mutex_m |
28 | 36 | tzinfo (~> 2.0) |
29 | 37 | ast (2.4.2) |
| 38 | + base64 (0.2.0) |
| 39 | + bigdecimal (3.1.6) |
30 | 40 | builder (3.2.4) |
31 | | - concurrent-ruby (1.1.10) |
| 41 | + concurrent-ruby (1.2.3) |
| 42 | + connection_pool (2.4.1) |
32 | 43 | crass (1.0.6) |
33 | | - erubi (1.11.0) |
34 | | - i18n (1.12.0) |
| 44 | + drb (2.2.0) |
| 45 | + ruby2_keywords |
| 46 | + erubi (1.12.0) |
| 47 | + i18n (1.14.1) |
35 | 48 | concurrent-ruby (~> 1.0) |
36 | | - loofah (2.19.0) |
| 49 | + io-console (0.7.2) |
| 50 | + irb (1.13.1) |
| 51 | + rdoc (>= 4.0.0) |
| 52 | + reline (>= 0.4.2) |
| 53 | + json (2.7.1) |
| 54 | + language_server-protocol (3.17.0.3) |
| 55 | + lint_roller (1.1.0) |
| 56 | + loofah (2.22.0) |
37 | 57 | crass (~> 1.0.2) |
38 | | - nokogiri (>= 1.5.9) |
39 | | - method_source (1.0.0) |
40 | | - mini_portile2 (2.8.0) |
41 | | - minitest (5.15.0) |
42 | | - nio4r (2.5.8) |
43 | | - nokogiri (1.13.8) |
44 | | - mini_portile2 (~> 2.8.0) |
| 58 | + nokogiri (>= 1.12.0) |
| 59 | + minitest (5.22.2) |
| 60 | + mutex_m (0.2.0) |
| 61 | + nio4r (2.7.0) |
| 62 | + nokogiri (1.16.2) |
45 | 63 | racc (~> 1.4) |
46 | | - parallel (1.22.1) |
47 | | - parser (3.1.2.0) |
| 64 | + parallel (1.24.0) |
| 65 | + parser (3.3.0.5) |
48 | 66 | ast (~> 2.4.1) |
49 | | - puma (6.0.0) |
| 67 | + racc |
| 68 | + psych (5.1.2) |
| 69 | + stringio |
| 70 | + puma (6.4.2) |
50 | 71 | nio4r (~> 2.0) |
51 | | - racc (1.6.0) |
52 | | - rack (2.2.4) |
53 | | - rack-test (2.0.2) |
| 72 | + racc (1.7.3) |
| 73 | + rack (3.1.7) |
| 74 | + rack-session (2.0.0) |
| 75 | + rack (>= 3.0.0) |
| 76 | + rack-test (2.1.0) |
54 | 77 | rack (>= 1.3) |
55 | | - rails-dom-testing (2.0.3) |
56 | | - activesupport (>= 4.2.0) |
| 78 | + rackup (2.1.0) |
| 79 | + rack (>= 3) |
| 80 | + webrick (~> 1.8) |
| 81 | + rails-dom-testing (2.2.0) |
| 82 | + activesupport (>= 5.0.0) |
| 83 | + minitest |
57 | 84 | nokogiri (>= 1.6) |
58 | | - rails-html-sanitizer (1.4.3) |
59 | | - loofah (~> 2.3) |
60 | | - railties (7.0.4) |
61 | | - actionpack (= 7.0.4) |
62 | | - activesupport (= 7.0.4) |
63 | | - method_source |
| 85 | + rails-html-sanitizer (1.6.0) |
| 86 | + loofah (~> 2.21) |
| 87 | + nokogiri (~> 1.14) |
| 88 | + railties (7.1.3) |
| 89 | + actionpack (= 7.1.3) |
| 90 | + activesupport (= 7.1.3) |
| 91 | + irb |
| 92 | + rackup (>= 1.0.0) |
64 | 93 | rake (>= 12.2) |
65 | | - thor (~> 1.0) |
66 | | - zeitwerk (~> 2.5) |
| 94 | + thor (~> 1.0, >= 1.2.2) |
| 95 | + zeitwerk (~> 2.6) |
67 | 96 | rainbow (3.1.1) |
68 | | - rake (13.0.6) |
69 | | - regexp_parser (2.4.0) |
70 | | - rexml (3.2.5) |
71 | | - rubocop (1.29.1) |
| 97 | + rake (13.1.0) |
| 98 | + rdoc (6.6.3.1) |
| 99 | + psych (>= 4.0.0) |
| 100 | + regexp_parser (2.9.0) |
| 101 | + reline (0.5.7) |
| 102 | + io-console (~> 0.5) |
| 103 | + rexml (3.2.6) |
| 104 | + rubocop (1.59.0) |
| 105 | + json (~> 2.3) |
| 106 | + language_server-protocol (>= 3.17.0) |
72 | 107 | parallel (~> 1.10) |
73 | | - parser (>= 3.1.0.0) |
| 108 | + parser (>= 3.2.2.4) |
74 | 109 | rainbow (>= 2.2.2, < 4.0) |
75 | 110 | regexp_parser (>= 1.8, < 3.0) |
76 | 111 | rexml (>= 3.2.5, < 4.0) |
77 | | - rubocop-ast (>= 1.17.0, < 2.0) |
| 112 | + rubocop-ast (>= 1.30.0, < 2.0) |
78 | 113 | ruby-progressbar (~> 1.7) |
79 | | - unicode-display_width (>= 1.4.0, < 3.0) |
80 | | - rubocop-ast (1.18.0) |
81 | | - parser (>= 3.1.1.0) |
82 | | - rubocop-performance (1.13.3) |
83 | | - rubocop (>= 1.7.0, < 2.0) |
84 | | - rubocop-ast (>= 0.4.0) |
85 | | - ruby-progressbar (1.11.0) |
86 | | - standard (1.12.1) |
87 | | - rubocop (= 1.29.1) |
88 | | - rubocop-performance (= 1.13.3) |
89 | | - thor (1.2.1) |
90 | | - tzinfo (2.0.5) |
| 114 | + unicode-display_width (>= 2.4.0, < 3.0) |
| 115 | + rubocop-ast (1.30.0) |
| 116 | + parser (>= 3.2.1.0) |
| 117 | + rubocop-performance (1.20.2) |
| 118 | + rubocop (>= 1.48.1, < 2.0) |
| 119 | + rubocop-ast (>= 1.30.0, < 2.0) |
| 120 | + ruby-progressbar (1.13.0) |
| 121 | + ruby2_keywords (0.0.5) |
| 122 | + standard (1.33.0) |
| 123 | + language_server-protocol (~> 3.17.0.2) |
| 124 | + lint_roller (~> 1.0) |
| 125 | + rubocop (~> 1.59.0) |
| 126 | + standard-custom (~> 1.0.0) |
| 127 | + standard-performance (~> 1.3) |
| 128 | + standard-custom (1.0.2) |
| 129 | + lint_roller (~> 1.0) |
| 130 | + rubocop (~> 1.50) |
| 131 | + standard-performance (1.3.1) |
| 132 | + lint_roller (~> 1.1) |
| 133 | + rubocop-performance (~> 1.20.2) |
| 134 | + stringio (3.1.1) |
| 135 | + thor (1.3.0) |
| 136 | + tzinfo (2.0.6) |
91 | 137 | concurrent-ruby (~> 1.0) |
92 | | - unicode-display_width (2.1.0) |
93 | | - zeitwerk (2.6.1) |
| 138 | + unicode-display_width (2.5.0) |
| 139 | + webrick (1.8.1) |
| 140 | + zeitwerk (2.6.13) |
94 | 141 |
|
95 | 142 | PLATFORMS |
96 | 143 | ruby |
|
0 commit comments