File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1818 minitest (>= 5.1 )
1919 tzinfo (~> 2.0 )
2020 ast (2.4.2 )
21- base64 (0.1.1 )
2221 better_html (2.0.2 )
2322 actionview (>= 6.0 )
2423 activesupport (>= 6.0 )
6867 rake (13.1.0 )
6968 regexp_parser (2.8.2 )
7069 rexml (3.2.6 )
71- rubocop (1.57.1 )
72- base64 (~> 0.1.1 )
70+ rubocop (1.57.2 )
7371 json (~> 2.3 )
7472 language_server-protocol (>= 3.17.0 )
7573 parallel (~> 1.10 )
8078 rubocop-ast (>= 1.28.1 , < 2.0 )
8179 ruby-progressbar (~> 1.7 )
8280 unicode-display_width (>= 2.4.0 , < 3.0 )
83- rubocop-ast (1.29 .0 )
81+ rubocop-ast (1.30 .0 )
8482 parser (>= 3.2.1.0 )
8583 rubocop-github (0.20.0 )
8684 rubocop (>= 1.37 )
@@ -109,7 +107,7 @@ DEPENDENCIES
109107 minitest (~> 5.20.0 )
110108 mocha (~> 2.1.0 )
111109 rake (~> 13.1.0 )
112- rubocop (= 1.57.1 )
110+ rubocop (= 1.57.2 )
113111 rubocop-github (~> 0.20.0 )
114112
115113BUNDLED 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.57.1 "
24+ s . add_development_dependency "rubocop" , "= 1.57.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