[rubygems/rubygems] Use [] instead of double-quotes
This commit is contained in:
parent
a25c033805
commit
86096a91d5
@ -66,7 +66,7 @@ class TestGemSourceGit < Gem::TestCase
|
|||||||
# We need to allow to checkout submodules with file:// protocol
|
# We need to allow to checkout submodules with file:// protocol
|
||||||
# CVE-2022-39253
|
# CVE-2022-39253
|
||||||
# https://lore.kernel.org/lkml/xmqq4jw1uku5.fsf@gitster.g/
|
# https://lore.kernel.org/lkml/xmqq4jw1uku5.fsf@gitster.g/
|
||||||
system(@git, *%W"config --global protocol.file.allow always")
|
system(@git, *%W[config --global protocol.file.allow always])
|
||||||
|
|
||||||
source = Gem::Source::Git.new @name, @repository, "master", true
|
source = Gem::Source::Git.new @name, @repository, "master", true
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user