File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 5151 erubi (1.13.1 )
5252 i18n (1.14.7 )
5353 concurrent-ruby (~> 1.0 )
54- json (2.9 .1 )
54+ json (2.10 .1 )
5555 language_server-protocol (3.17.0.4 )
56+ lint_roller (1.1.0 )
5657 logger (1.6.5 )
5758 loofah (2.24.0 )
5859 crass (~> 1.0.2 )
8182 rainbow (3.1.1 )
8283 rake (13.2.1 )
8384 regexp_parser (2.10.0 )
84- rubocop (1.71.2 )
85+ rubocop (1.72.1 )
8586 json (~> 2.3 )
86- language_server-protocol (>= 3.17.0 )
87+ language_server-protocol (~> 3.17.0.2 )
88+ lint_roller (~> 1.1.0 )
8789 parallel (~> 1.10 )
8890 parser (>= 3.3.0.2 )
8991 rainbow (>= 2.2.2 , < 4.0 )
@@ -123,7 +125,7 @@ DEPENDENCIES
123125 minitest (~> 5.25.1 )
124126 mocha (~> 2.7.0 )
125127 rake (~> 13.2.1 )
126- rubocop (= 1.71.2 )
128+ rubocop (= 1.72.1 )
127129 rubocop-github (~> 0.20.0 )
128130
129131BUNDLED 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" , "~> 2.7.0"
2222 s . add_development_dependency "rake" , "~> 13.2.1"
2323
24- s . add_development_dependency "rubocop" , "= 1.71.2 "
24+ s . add_development_dependency "rubocop" , "= 1.72.1 "
2525 s . add_development_dependency "rubocop-github" , "~> 0.20.0"
2626 s . metadata [ "rubygems_mfa_required" ] = "true"
2727
You can’t perform that action at this time.
0 commit comments