File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3737 erubi (~> 1.4 )
3838 parser (>= 2.4 )
3939 smart_properties
40- bigdecimal (3.1.9 )
40+ bigdecimal (4.0.1 )
4141 builder (3.3.0 )
4242 concurrent-ruby (1.3.5 )
4343 connection_pool (2.5.0 )
5353 erubi (1.13.1 )
5454 i18n (1.14.7 )
5555 concurrent-ruby (~> 1.0 )
56- json (2.18 .1 )
57- json-schema (5 .2.2 )
56+ json (2.19 .1 )
57+ json-schema (6 .2.0 )
5858 addressable (~> 2.8 )
59- bigdecimal (~> 3.1 )
59+ bigdecimal (>= 3.1 , < 5 )
6060 language_server-protocol (3.17.0.5 )
6161 lint_roller (1.1.0 )
6262 logger (1.6.6 )
6363 loofah (2.24.0 )
6464 crass (~> 1.0.2 )
6565 nokogiri (>= 1.12.0 )
66- mcp (0.7.1 )
66+ mcp (0.8.0 )
6767 json-schema (>= 4.1 )
6868 mini_portile2 (2.8.8 )
6969 minitest (5.26.1 )
9191 rainbow (3.1.1 )
9292 rake (13.3.1 )
9393 regexp_parser (2.11.3 )
94- rubocop (1.85.0 )
94+ rubocop (1.85.1 )
9595 json (~> 2.3 )
9696 language_server-protocol (~> 3.17.0.2 )
9797 lint_roller (~> 1.1.0 )
@@ -139,7 +139,7 @@ DEPENDENCIES
139139 minitest (~> 5.26.0 )
140140 mocha (~> 3.0.1 )
141141 rake (~> 13.3.0 )
142- rubocop (= 1.85.0 )
142+ rubocop (= 1.85.1 )
143143 rubocop-github (~> 0.23.0 )
144144
145145BUNDLED 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.85.0 "
24+ s . add_development_dependency "rubocop" , "= 1.85.1 "
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