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 6767 rake (13.1.0 )
6868 regexp_parser (2.9.0 )
6969 rexml (3.2.6 )
70- rubocop (1.60.1 )
70+ rubocop (1.60.2 )
7171 json (~> 2.3 )
7272 language_server-protocol (>= 3.17.0 )
7373 parallel (~> 1.10 )
@@ -107,7 +107,7 @@ DEPENDENCIES
107107 minitest (~> 5.21.1 )
108108 mocha (~> 2.1.0 )
109109 rake (~> 13.1.0 )
110- rubocop (= 1.60.1 )
110+ rubocop (= 1.60.2 )
111111 rubocop-github (~> 0.20.0 )
112112
113113BUNDLED 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.1.0"
2323
24- s . add_development_dependency "rubocop" , "= 1.60.1 "
24+ s . add_development_dependency "rubocop" , "= 1.60.2 "
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