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 6565 nokogiri (~> 1.14 )
6666 rainbow (3.1.1 )
6767 rake (13.2.1 )
68- regexp_parser (2.9.0 )
68+ regexp_parser (2.9.1 )
6969 rexml (3.2.6 )
70- rubocop (1.63.4 )
70+ rubocop (1.63.5 )
7171 json (~> 2.3 )
7272 language_server-protocol (>= 3.17.0 )
7373 parallel (~> 1.10 )
7878 rubocop-ast (>= 1.31.1 , < 2.0 )
7979 ruby-progressbar (~> 1.7 )
8080 unicode-display_width (>= 2.4.0 , < 3.0 )
81- rubocop-ast (1.31.2 )
82- parser (>= 3.3.0.4 )
81+ rubocop-ast (1.31.3 )
82+ parser (>= 3.3.1.0 )
8383 rubocop-github (0.20.0 )
8484 rubocop (>= 1.37 )
8585 rubocop-performance (>= 1.15 )
@@ -107,7 +107,7 @@ DEPENDENCIES
107107 minitest (~> 5.22.2 )
108108 mocha (~> 2.2.0 )
109109 rake (~> 13.2.1 )
110- rubocop (= 1.63.4 )
110+ rubocop (= 1.63.5 )
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.2.0"
2222 s . add_development_dependency "rake" , "~> 13.2.1"
2323
24- s . add_development_dependency "rubocop" , "= 1.63.4 "
24+ s . add_development_dependency "rubocop" , "= 1.63.5 "
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