|
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
| 4 | + ast (2.4.3) |
| 5 | + base64 (0.3.0) |
4 | 6 | diff-lcs (1.4.4) |
5 | 7 | ffi (1.15.3) |
6 | | - graphql (1.11.3) |
7 | | - interscript (2.3.2) |
8 | | - interscript-maps (~> 2.3.0a) |
9 | | - text |
| 8 | + graphql (1.13.25) |
| 9 | + base64 |
| 10 | + interscript (0.1.9) |
10 | 11 | thor |
11 | | - interscript-maps (2.3.2) |
| 12 | + json (2.21.1) |
| 13 | + language_server-protocol (3.17.0.6) |
| 14 | + lint_roller (1.1.0) |
12 | 15 | onnxruntime (0.6.3) |
13 | 16 | ffi |
14 | 17 | optparse (0.1.1) |
| 18 | + parallel (2.1.0) |
| 19 | + parser (3.3.12.0) |
| 20 | + ast (~> 2.4.1) |
| 21 | + racc |
| 22 | + prism (1.9.0) |
15 | 23 | rababa (0.1.1) |
16 | 24 | onnxruntime |
17 | 25 | optparse |
18 | 26 | tqdm |
19 | 27 | yaml |
20 | | - rake (13.0.1) |
21 | | - rspec (3.9.0) |
22 | | - rspec-core (~> 3.9.0) |
23 | | - rspec-expectations (~> 3.9.0) |
24 | | - rspec-mocks (~> 3.9.0) |
25 | | - rspec-core (3.9.2) |
26 | | - rspec-support (~> 3.9.3) |
27 | | - rspec-expectations (3.9.2) |
| 28 | + racc (1.8.1) |
| 29 | + rainbow (3.1.1) |
| 30 | + rake (13.4.2) |
| 31 | + regexp_parser (2.12.0) |
| 32 | + rspec (3.13.2) |
| 33 | + rspec-core (~> 3.13.0) |
| 34 | + rspec-expectations (~> 3.13.0) |
| 35 | + rspec-mocks (~> 3.13.0) |
| 36 | + rspec-core (3.13.6) |
| 37 | + rspec-support (~> 3.13.0) |
| 38 | + rspec-expectations (3.13.5) |
28 | 39 | diff-lcs (>= 1.2.0, < 2.0) |
29 | | - rspec-support (~> 3.9.0) |
30 | | - rspec-mocks (3.9.1) |
| 40 | + rspec-support (~> 3.13.0) |
| 41 | + rspec-mocks (3.13.8) |
31 | 42 | diff-lcs (>= 1.2.0, < 2.0) |
32 | | - rspec-support (~> 3.9.0) |
33 | | - rspec-support (3.9.3) |
34 | | - text (1.3.1) |
| 43 | + rspec-support (~> 3.13.0) |
| 44 | + rspec-support (3.13.7) |
| 45 | + rubocop (1.88.2) |
| 46 | + json (~> 2.3) |
| 47 | + language_server-protocol (~> 3.17.0.2) |
| 48 | + lint_roller (~> 1.1.0) |
| 49 | + parallel (>= 1.10) |
| 50 | + parser (>= 3.3.0.2) |
| 51 | + rainbow (>= 2.2.2, < 4.0) |
| 52 | + regexp_parser (>= 2.9.3, < 3.0) |
| 53 | + rubocop-ast (>= 1.49.0, < 2.0) |
| 54 | + ruby-progressbar (~> 1.7) |
| 55 | + unicode-display_width (>= 2.4.0, < 4.0) |
| 56 | + rubocop-ast (1.50.0) |
| 57 | + parser (>= 3.3.7.2) |
| 58 | + prism (~> 1.7) |
| 59 | + rubocop-performance (1.26.1) |
| 60 | + lint_roller (~> 1.1) |
| 61 | + rubocop (>= 1.75.0, < 2.0) |
| 62 | + rubocop-ast (>= 1.47.1, < 2.0) |
| 63 | + ruby-progressbar (1.13.0) |
| 64 | + standard (1.56.0) |
| 65 | + language_server-protocol (~> 3.17.0.2) |
| 66 | + lint_roller (~> 1.0) |
| 67 | + rubocop (~> 1.88.0) |
| 68 | + standard-custom (~> 1.0.0) |
| 69 | + standard-performance (~> 1.8) |
| 70 | + standard-custom (1.0.2) |
| 71 | + lint_roller (~> 1.0) |
| 72 | + rubocop (~> 1.50) |
| 73 | + standard-performance (1.9.0) |
| 74 | + lint_roller (~> 1.1) |
| 75 | + rubocop-performance (~> 1.26.0) |
35 | 76 | thor (1.1.0) |
36 | 77 | tqdm (0.3.0) |
| 78 | + unicode-display_width (3.2.0) |
| 79 | + unicode-emoji (~> 4.1) |
| 80 | + unicode-emoji (4.2.0) |
37 | 81 | yaml (0.1.1) |
38 | 82 |
|
39 | 83 | PLATFORMS |
40 | 84 | ruby |
41 | 85 |
|
42 | 86 | DEPENDENCIES |
43 | | - graphql (~> 1.9) |
44 | | - interscript (= 2.3.2) |
| 87 | + graphql (~> 1.13) |
| 88 | + interscript (= 0.1.9) |
45 | 89 | rababa (~> 0.1.1) |
46 | 90 | rake |
47 | | - rspec |
| 91 | + rspec (~> 3.13) |
| 92 | + standard |
48 | 93 |
|
49 | 94 | RUBY VERSION |
50 | 95 | ruby 2.7.2p137 |
|
0 commit comments