[rubygems/rubygems] util/rubocop -A --only Lint/RequireParentheses
https://github.com/rubygems/rubygems/commit/ee6814afbc
This commit is contained in:
parent
0eef33e113
commit
048230ded3
Notes:
git
2023-03-23 08:19:23 +00:00
@ -447,7 +447,7 @@ class Gem::RequestSet
|
|||||||
next if dep.type == :development && !@development
|
next if dep.type == :development && !@development
|
||||||
|
|
||||||
match = @requests.find do |r|
|
match = @requests.find do |r|
|
||||||
dep.match? r.spec.name, r.spec.version, r.spec.is_a?(Gem::Resolver::InstalledSpecification) || @prerelease
|
dep.match?(r.spec.name, r.spec.version, r.spec.is_a?(Gem::Resolver::InstalledSpecification) || @prerelease)
|
||||||
end
|
end
|
||||||
|
|
||||||
unless match
|
unless match
|
||||||
|
Loading…
x
Reference in New Issue
Block a user