File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4747 erubi (1.13.0 )
4848 i18n (1.14.6 )
4949 concurrent-ruby (~> 1.0 )
50- json (2.8.2 )
50+ json (2.9.0 )
5151 language_server-protocol (3.17.0.3 )
5252 loofah (2.23.1 )
5353 crass (~> 1.0.2 )
7676 rainbow (3.1.1 )
7777 rake (13.2.1 )
7878 regexp_parser (2.9.3 )
79- rubocop (1.69.0 )
79+ rubocop (1.69.1 )
8080 json (~> 2.3 )
8181 language_server-protocol (>= 3.17.0 )
8282 parallel (~> 1.10 )
8383 parser (>= 3.3.0.2 )
8484 rainbow (>= 2.2.2 , < 4.0 )
85- regexp_parser (>= 2.4 , < 3.0 )
86- rubocop-ast (>= 1.36.1 , < 2.0 )
85+ regexp_parser (>= 2.9.3 , < 3.0 )
86+ rubocop-ast (>= 1.36.2 , < 2.0 )
8787 ruby-progressbar (~> 1.7 )
8888 unicode-display_width (>= 2.4.0 , < 4.0 )
8989 rubocop-ast (1.36.2 )
@@ -117,7 +117,7 @@ DEPENDENCIES
117117 minitest (~> 5.25.1 )
118118 mocha (~> 2.7.0 )
119119 rake (~> 13.2.1 )
120- rubocop (= 1.69.0 )
120+ rubocop (= 1.69.1 )
121121 rubocop-github (~> 0.20.0 )
122122
123123BUNDLED 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.69.0 "
24+ s . add_development_dependency "rubocop" , "= 1.69.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