File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 mutex_m
2626 securerandom (>= 0.3 )
2727 tzinfo (~> 2.0 )
28- addressable (2.8.9 )
29- public_suffix (>= 2.0.2 , < 8.0 )
3028 ast (2.4.3 )
3129 base64 (0.2.0 )
3230 benchmark (0.4.0 )
5351 erubi (1.13.1 )
5452 i18n (1.14.7 )
5553 concurrent-ruby (~> 1.0 )
56- json (2.19.2 )
57- json-schema (6.2.0 )
58- addressable (~> 2.8 )
59- bigdecimal (>= 3.1 , < 5 )
54+ json (2.19.3 )
6055 language_server-protocol (3.17.0.5 )
6156 lint_roller (1.1.0 )
6257 logger (1.6.6 )
6358 loofah (2.24.0 )
6459 crass (~> 1.0.2 )
6560 nokogiri (>= 1.12.0 )
66- mcp (0.9.2 )
67- json-schema (>= 4.1 )
6861 mini_portile2 (2.8.8 )
6962 minitest (5.26.1 )
7063 mocha (3.1.0 )
7467 mini_portile2 (~> 2.8.2 )
7568 racc (~> 1.4 )
7669 parallel (1.27.0 )
77- parser (3.3.10.2 )
70+ parser (3.3.11.1 )
7871 ast (~> 2.4.1 )
7972 racc
8073 prism (1.9.0 )
81- public_suffix (6.0.2 )
8274 racc (1.8.1 )
8375 rack (3.1.20 )
8476 rails-dom-testing (2.2.0 )
9183 rainbow (3.1.1 )
9284 rake (13.3.1 )
9385 regexp_parser (2.11.3 )
94- rubocop (1.85.1 )
86+ rubocop (1.86.0 )
9587 json (~> 2.3 )
9688 language_server-protocol (~> 3.17.0.2 )
9789 lint_roller (~> 1.1.0 )
98- mcp (~> 0.6 )
9990 parallel (~> 1.10 )
10091 parser (>= 3.3.0.2 )
10192 rainbow (>= 2.2.2 , < 4.0 )
10293 regexp_parser (>= 2.9.3 , < 3.0 )
10394 rubocop-ast (>= 1.49.0 , < 2.0 )
10495 ruby-progressbar (~> 1.7 )
10596 unicode-display_width (>= 2.4.0 , < 4.0 )
106- rubocop-ast (1.49.0 )
97+ rubocop-ast (1.49.1 )
10798 parser (>= 3.3.7.2 )
10899 prism (~> 1.7 )
109100 rubocop-github (0.23.0 )
@@ -139,7 +130,7 @@ DEPENDENCIES
139130 minitest (~> 5.26.0 )
140131 mocha (~> 3.1.0 )
141132 rake (~> 13.3.0 )
142- rubocop (= 1.85.1 )
133+ rubocop (= 1.86.0 )
143134 rubocop-github (~> 0.23.0 )
144135
145136BUNDLED WITH
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
2121 s . add_development_dependency "mocha" , "~> 3.1.0"
2222 s . add_development_dependency "rake" , "~> 13.3.0"
2323
24- s . add_development_dependency "rubocop" , "= 1.85.1 "
24+ s . add_development_dependency "rubocop" , "= 1.86.0 "
2525 s . add_development_dependency "rubocop-github" , "~> 0.23.0"
2626 s . metadata [ "rubygems_mfa_required" ] = "true"
2727
You can’t perform that action at this time.
0 commit comments