File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
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 )
2122 better_html (2.0.1 )
2223 actionview (>= 6.0 )
2324 activesupport (>= 6.0 )
6667 rake (13.0.6 )
6768 regexp_parser (2.8.1 )
6869 rexml (3.2.6 )
69- rubocop (1.55.1 )
70+ rubocop (1.56.0 )
71+ base64 (~> 0.1.1 )
7072 json (~> 2.3 )
7173 language_server-protocol (>= 3.17.0 )
7274 parallel (~> 1.10 )
@@ -106,7 +108,7 @@ DEPENDENCIES
106108 minitest (~> 5.19.0 )
107109 mocha (~> 2.1.0 )
108110 rake (~> 13.0.6 )
109- rubocop (= 1.55.1 )
111+ rubocop (= 1.56.0 )
110112 rubocop-github (~> 0.20.0 )
111113
112114BUNDLED 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.1 "
24+ s . add_development_dependency "rubocop" , "= 1.56.0 "
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