|
1 | 1 | GEM |
2 | 2 | remote: https://rubygems.org/ |
3 | 3 | specs: |
4 | | - activesupport (7.1.2) |
| 4 | + activesupport (7.2.3) |
5 | 5 | base64 |
| 6 | + benchmark (>= 0.3) |
6 | 7 | bigdecimal |
7 | | - concurrent-ruby (~> 1.0, >= 1.0.2) |
8 | | - i18n (>= 0.7, < 2) |
9 | | - minitest (~> 5.1) |
10 | | - tzinfo (~> 1.1) |
| 8 | + concurrent-ruby (~> 1.0, >= 1.3.1) |
| 9 | + connection_pool (>= 2.2.5) |
| 10 | + drb |
| 11 | + i18n (>= 1.6, < 2) |
| 12 | + logger (>= 1.4.2) |
| 13 | + minitest (>= 5.1) |
| 14 | + securerandom (>= 0.3) |
| 15 | + tzinfo (~> 2.0, >= 2.0.5) |
11 | 16 | addressable (2.8.1) |
12 | 17 | public_suffix (>= 2.0.2, < 6.0) |
13 | | - ast (2.4.0) |
14 | | - binding_of_caller (0.8.0) |
15 | | - debug_inspector (>= 0.0.1) |
16 | | - concurrent-ruby (1.1.6) |
17 | | - debug_inspector (0.0.3) |
| 18 | + ast (2.4.3) |
| 19 | + base64 (0.3.0) |
| 20 | + benchmark (0.5.0) |
| 21 | + bigdecimal (4.0.1) |
| 22 | + binding_of_caller (1.0.1) |
| 23 | + debug_inspector (>= 1.2.0) |
| 24 | + concurrent-ruby (1.3.6) |
| 25 | + connection_pool (2.5.5) |
| 26 | + debug_inspector (1.2.0) |
18 | 27 | diff-lcs (1.3) |
| 28 | + drb (2.2.3) |
19 | 29 | faraday (1.10.3) |
20 | 30 | faraday-em_http (~> 1.0) |
21 | 31 | faraday-em_synchrony (~> 1.0) |
|
39 | 49 | faraday-patron (1.0.0) |
40 | 50 | faraday-rack (1.0.0) |
41 | 51 | faraday-retry (1.0.3) |
42 | | - i18n (1.8.2) |
| 52 | + i18n (1.14.8) |
43 | 53 | concurrent-ruby (~> 1.0) |
44 | | - json (2.7.1) |
45 | | - language_server-protocol (3.17.0.3) |
| 54 | + json (2.19.1) |
| 55 | + json-schema (6.2.0) |
| 56 | + addressable (~> 2.8) |
| 57 | + bigdecimal (>= 3.1, < 5) |
| 58 | + language_server-protocol (3.17.0.5) |
| 59 | + lint_roller (1.1.0) |
| 60 | + logger (1.7.0) |
| 61 | + mcp (0.8.0) |
| 62 | + json-schema (>= 4.1) |
46 | 63 | metaclass (0.0.4) |
47 | | - minitest (5.20.0) |
| 64 | + minitest (5.27.0) |
48 | 65 | mocha (1.3.0) |
49 | 66 | metaclass (~> 0.0.1) |
50 | 67 | multipart-post (2.3.0) |
51 | 68 | octokit (4.13.0) |
52 | 69 | sawyer (~> 0.8.0, >= 0.5.3) |
53 | | - parallel (1.19.1) |
54 | | - parser (2.6.5.0) |
55 | | - ast (~> 2.4.0) |
| 70 | + parallel (1.27.0) |
| 71 | + parser (3.3.10.2) |
| 72 | + ast (~> 2.4.1) |
| 73 | + racc |
| 74 | + prism (1.9.0) |
56 | 75 | public_suffix (5.0.1) |
57 | | - rainbow (3.0.0) |
| 76 | + racc (1.8.1) |
| 77 | + rainbow (3.1.1) |
58 | 78 | rake (12.3.3) |
59 | | - rspec (3.8.0) |
60 | | - rspec-core (~> 3.8.0) |
61 | | - rspec-expectations (~> 3.8.0) |
62 | | - rspec-mocks (~> 3.8.0) |
63 | | - rspec-core (3.8.0) |
64 | | - rspec-support (~> 3.8.0) |
65 | | - rspec-expectations (3.8.1) |
| 79 | + regexp_parser (2.11.3) |
| 80 | + rspec (3.13.2) |
| 81 | + rspec-core (~> 3.13.0) |
| 82 | + rspec-expectations (~> 3.13.0) |
| 83 | + rspec-mocks (~> 3.13.0) |
| 84 | + rspec-core (3.13.6) |
| 85 | + rspec-support (~> 3.13.0) |
| 86 | + rspec-expectations (3.13.5) |
66 | 87 | diff-lcs (>= 1.2.0, < 2.0) |
67 | | - rspec-support (~> 3.12.0) |
68 | | - rspec-mocks (3.12.6) |
| 88 | + rspec-support (~> 3.13.0) |
| 89 | + rspec-mocks (3.13.8) |
69 | 90 | diff-lcs (>= 1.2.0, < 2.0) |
70 | | - rspec-support (~> 3.12.0) |
71 | | - rspec-support (3.12.1) |
72 | | - rubocop (1.58.0) |
| 91 | + rspec-support (~> 3.13.0) |
| 92 | + rspec-support (3.13.7) |
| 93 | + rubocop (1.85.1) |
73 | 94 | json (~> 2.3) |
74 | | - language_server-protocol (>= 3.17.0) |
| 95 | + language_server-protocol (~> 3.17.0.2) |
| 96 | + lint_roller (~> 1.1.0) |
| 97 | + mcp (~> 0.6) |
75 | 98 | parallel (~> 1.10) |
76 | | - parser (>= 3.2.2.4) |
| 99 | + parser (>= 3.3.0.2) |
77 | 100 | rainbow (>= 2.2.2, < 4.0) |
78 | | - regexp_parser (>= 1.8, < 3.0) |
79 | | - rexml (>= 3.2.5, < 4.0) |
80 | | - rubocop-ast (>= 1.30.0, < 2.0) |
| 101 | + regexp_parser (>= 2.9.3, < 3.0) |
| 102 | + rubocop-ast (>= 1.49.0, < 2.0) |
81 | 103 | ruby-progressbar (~> 1.7) |
82 | | - unicode-display_width (>= 1.4.0, < 1.7) |
83 | | - ruby-progressbar (1.10.1) |
| 104 | + unicode-display_width (>= 2.4.0, < 4.0) |
| 105 | + rubocop-ast (1.49.1) |
| 106 | + parser (>= 3.3.7.2) |
| 107 | + prism (~> 1.7) |
| 108 | + ruby-progressbar (1.13.0) |
84 | 109 | ruby2_keywords (0.0.5) |
85 | 110 | sawyer (0.8.2) |
86 | 111 | addressable (>= 2.3.5) |
87 | 112 | faraday (> 0.8, < 2.0) |
88 | | - thread_safe (0.3.6) |
89 | | - tzinfo (1.2.11) |
90 | | - thread_safe (~> 0.1) |
91 | | - unicode-display_width (1.6.0) |
| 113 | + securerandom (0.4.1) |
| 114 | + tzinfo (2.0.6) |
| 115 | + concurrent-ruby (~> 1.0) |
| 116 | + unicode-display_width (3.2.0) |
| 117 | + unicode-emoji (~> 4.1) |
| 118 | + unicode-emoji (4.2.0) |
| 119 | + |
92 | 120 | PLATFORMS |
93 | | - ruby |
| 121 | + arm64-darwin-25 |
94 | 122 |
|
95 | 123 | DEPENDENCIES |
96 | 124 | activesupport |
97 | | - binding_of_caller |
| 125 | + binding_of_caller (~> 1.0) |
98 | 126 | mocha (~> 1.3.0) |
99 | 127 | octokit |
100 | 128 | rake |
|
0 commit comments