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 6161 mini_portile2 (~> 2.8.2 )
6262 racc (~> 1.4 )
6363 parallel (1.26.3 )
64- parser (3.3.4.2 )
64+ parser (3.3.5.0 )
6565 ast (~> 2.4.1 )
6666 racc
6767 racc (1.8.1 )
7676 rainbow (3.1.1 )
7777 rake (13.2.1 )
7878 regexp_parser (2.9.2 )
79- rubocop (1.66.0 )
79+ rubocop (1.66.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 )
8585 regexp_parser (>= 2.4 , < 3.0 )
86- rubocop-ast (>= 1.32.1 , < 2.0 )
86+ rubocop-ast (>= 1.32.2 , < 2.0 )
8787 ruby-progressbar (~> 1.7 )
8888 unicode-display_width (>= 2.4.0 , < 3.0 )
89- rubocop-ast (1.32.1 )
89+ rubocop-ast (1.32.3 )
9090 parser (>= 3.3.1.0 )
9191 rubocop-github (0.20.0 )
9292 rubocop (>= 1.37 )
@@ -115,7 +115,7 @@ DEPENDENCIES
115115 minitest (~> 5.25.1 )
116116 mocha (~> 2.4.0 )
117117 rake (~> 13.2.1 )
118- rubocop (= 1.66.0 )
118+ rubocop (= 1.66.1 )
119119 rubocop-github (~> 0.20.0 )
120120
121121BUNDLED 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.4.0"
2222 s . add_development_dependency "rake" , "~> 13.2.1"
2323
24- s . add_development_dependency "rubocop" , "= 1.66.0 "
24+ s . add_development_dependency "rubocop" , "= 1.66.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