util/rubocop -A --only Style/SymbolProc

This commit is contained in:
Hiroshi SHIBATA 2023-03-16 12:57:49 +09:00
parent b304cf324a
commit 5211900d37
61 changed files with 239 additions and 295 deletions

View file

@ -154,7 +154,7 @@ command help for an example.
specs = dependency.matching_specs
selected = specs.max_by {|s| s.version }
selected = specs.max_by(&:version)
return Gem::RemoteFetcher.fetcher.download_to_cache(dependency) unless
selected