File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 6666 rake (13.0.6 )
6767 regexp_parser (2.8.1 )
6868 rexml (3.2.6 )
69- rubocop (1.55.0 )
69+ rubocop (1.55.1 )
7070 json (~> 2.3 )
7171 language_server-protocol (>= 3.17.0 )
7272 parallel (~> 1.10 )
@@ -106,7 +106,7 @@ DEPENDENCIES
106106 minitest (~> 5.19.0 )
107107 mocha (~> 2.1.0 )
108108 rake (~> 13.0.6 )
109- rubocop (= 1.55.0 )
109+ rubocop (= 1.55.1 )
110110 rubocop-github (~> 0.20.0 )
111111
112112BUNDLED 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.1.0"
2222 s . add_development_dependency "rake" , "~> 13.0.6"
2323
24- s . add_development_dependency "rubocop" , "= 1.55.0 "
24+ s . add_development_dependency "rubocop" , "= 1.55.1 "
2525 s . add_development_dependency "rubocop-github" , "~> 0.20.0"
2626 s . metadata [ "rubygems_mfa_required" ] = "true"
2727end
You can’t perform that action at this time.
0 commit comments