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 )
2830 ast (2.4.3 )
2931 base64 (0.2.0 )
3032 benchmark (0.4.0 )
5254 i18n (1.14.7 )
5355 concurrent-ruby (~> 1.0 )
5456 json (2.18.1 )
57+ json-schema (5.2.2 )
58+ addressable (~> 2.8 )
59+ bigdecimal (~> 3.1 )
5560 language_server-protocol (3.17.0.5 )
5661 lint_roller (1.1.0 )
5762 logger (1.6.6 )
5863 loofah (2.24.0 )
5964 crass (~> 1.0.2 )
6065 nokogiri (>= 1.12.0 )
66+ mcp (0.7.1 )
67+ json-schema (>= 4.1 )
6168 mini_portile2 (2.8.8 )
6269 minitest (5.26.1 )
6370 mocha (3.0.2 )
6774 mini_portile2 (~> 2.8.2 )
6875 racc (~> 1.4 )
6976 parallel (1.27.0 )
70- parser (3.3.10.1 )
77+ parser (3.3.10.2 )
7178 ast (~> 2.4.1 )
7279 racc
7380 prism (1.9.0 )
81+ public_suffix (6.0.2 )
7482 racc (1.8.1 )
7583 rack (3.1.20 )
7684 rails-dom-testing (2.2.0 )
8391 rainbow (3.1.1 )
8492 rake (13.3.1 )
8593 regexp_parser (2.11.3 )
86- rubocop (1.84.2 )
94+ rubocop (1.85.0 )
8795 json (~> 2.3 )
8896 language_server-protocol (~> 3.17.0.2 )
8997 lint_roller (~> 1.1.0 )
98+ mcp (~> 0.6 )
9099 parallel (~> 1.10 )
91100 parser (>= 3.3.0.2 )
92101 rainbow (>= 2.2.2 , < 4.0 )
@@ -130,7 +139,7 @@ DEPENDENCIES
130139 minitest (~> 5.26.0 )
131140 mocha (~> 3.0.1 )
132141 rake (~> 13.3.0 )
133- rubocop (= 1.84.2 )
142+ rubocop (= 1.85.0 )
134143 rubocop-github (~> 0.23.0 )
135144
136145BUNDLED 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.0.1"
2222 s . add_development_dependency "rake" , "~> 13.3.0"
2323
24- s . add_development_dependency "rubocop" , "= 1.84.2 "
24+ s . add_development_dependency "rubocop" , "= 1.85.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