|
1 | 1 | PATH
|
2 | 2 | remote: .
|
3 | 3 | specs:
|
4 |
| - cypress-rails (0.6.1) |
| 4 | + cypress-rails (0.7.0) |
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.6) |
12 |
| - actionview (= 7.0.6) |
13 |
| - activesupport (= 7.0.6) |
14 |
| - rack (~> 2.0, >= 2.2.4) |
| 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.6) |
19 |
| - activesupport (= 7.0.6) |
| 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.6) |
| 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.2.2) |
| 41 | + concurrent-ruby (1.2.3) |
| 42 | + connection_pool (2.4.1) |
32 | 43 | crass (1.0.6)
|
| 44 | + drb (2.2.0) |
| 45 | + ruby2_keywords |
33 | 46 | erubi (1.12.0)
|
34 | 47 | i18n (1.14.1)
|
35 | 48 | concurrent-ruby (~> 1.0)
|
36 |
| - loofah (2.21.3) |
| 49 | + io-console (0.7.2) |
| 50 | + irb (1.11.2) |
| 51 | + rdoc |
| 52 | + reline (>= 0.4.2) |
| 53 | + loofah (2.22.0) |
37 | 54 | crass (~> 1.0.2)
|
38 | 55 | nokogiri (>= 1.12.0)
|
39 |
| - method_source (1.0.0) |
40 |
| - mini_portile2 (2.8.2) |
| 56 | + mini_portile2 (2.8.5) |
41 | 57 | minitest (5.15.0)
|
42 |
| - nio4r (2.5.9) |
43 |
| - nokogiri (1.15.3) |
| 58 | + mutex_m (0.2.0) |
| 59 | + nio4r (2.7.0) |
| 60 | + nokogiri (1.16.2) |
44 | 61 | mini_portile2 (~> 2.8.2)
|
45 | 62 | racc (~> 1.4)
|
46 | 63 | parallel (1.22.1)
|
47 | 64 | parser (3.1.2.0)
|
48 | 65 | ast (~> 2.4.1)
|
49 |
| - puma (6.3.0) |
| 66 | + psych (5.1.2) |
| 67 | + stringio |
| 68 | + puma (6.4.2) |
50 | 69 | nio4r (~> 2.0)
|
51 |
| - racc (1.7.1) |
52 |
| - rack (2.2.7) |
| 70 | + racc (1.7.3) |
| 71 | + rack (3.0.9) |
| 72 | + rack-session (2.0.0) |
| 73 | + rack (>= 3.0.0) |
53 | 74 | rack-test (2.1.0)
|
54 | 75 | rack (>= 1.3)
|
55 |
| - rails-dom-testing (2.1.1) |
| 76 | + rackup (2.1.0) |
| 77 | + rack (>= 3) |
| 78 | + webrick (~> 1.8) |
| 79 | + rails-dom-testing (2.2.0) |
56 | 80 | activesupport (>= 5.0.0)
|
57 | 81 | minitest
|
58 | 82 | nokogiri (>= 1.6)
|
59 | 83 | rails-html-sanitizer (1.6.0)
|
60 | 84 | loofah (~> 2.21)
|
61 | 85 | nokogiri (~> 1.14)
|
62 |
| - railties (7.0.6) |
63 |
| - actionpack (= 7.0.6) |
64 |
| - activesupport (= 7.0.6) |
65 |
| - method_source |
| 86 | + railties (7.1.3) |
| 87 | + actionpack (= 7.1.3) |
| 88 | + activesupport (= 7.1.3) |
| 89 | + irb |
| 90 | + rackup (>= 1.0.0) |
66 | 91 | rake (>= 12.2)
|
67 |
| - thor (~> 1.0) |
68 |
| - zeitwerk (~> 2.5) |
| 92 | + thor (~> 1.0, >= 1.2.2) |
| 93 | + zeitwerk (~> 2.6) |
69 | 94 | rainbow (3.1.1)
|
70 | 95 | rake (13.0.6)
|
| 96 | + rdoc (6.6.2) |
| 97 | + psych (>= 4.0.0) |
71 | 98 | regexp_parser (2.4.0)
|
| 99 | + reline (0.4.2) |
| 100 | + io-console (~> 0.5) |
72 | 101 | rexml (3.2.5)
|
73 | 102 | rubocop (1.29.1)
|
74 | 103 | parallel (~> 1.10)
|
|
85 | 114 | rubocop (>= 1.7.0, < 2.0)
|
86 | 115 | rubocop-ast (>= 0.4.0)
|
87 | 116 | ruby-progressbar (1.11.0)
|
| 117 | + ruby2_keywords (0.0.5) |
88 | 118 | standard (1.12.1)
|
89 | 119 | rubocop (= 1.29.1)
|
90 | 120 | rubocop-performance (= 1.13.3)
|
91 |
| - thor (1.2.2) |
| 121 | + stringio (3.1.0) |
| 122 | + thor (1.3.0) |
92 | 123 | tzinfo (2.0.6)
|
93 | 124 | concurrent-ruby (~> 1.0)
|
94 | 125 | unicode-display_width (2.1.0)
|
95 |
| - zeitwerk (2.6.8) |
| 126 | + webrick (1.8.1) |
| 127 | + zeitwerk (2.6.13) |
96 | 128 |
|
97 | 129 | PLATFORMS
|
98 | 130 | ruby
|
|
0 commit comments