cleanup.rb: quiet down Ruby test

This commit is contained in:
Maxim Belkin 2020-09-03 16:22:03 +00:00
parent 5ce013b0d0
commit 896c93b819

View File

@ -357,7 +357,7 @@ module Homebrew
else
check_ruby_version = HOMEBREW_LIBRARY_PATH/"utils/ruby_check_version_script.rb"
rubies.uniq.any? do |ruby|
system ruby, "--enable-frozen-string-literal", "--disable=gems,did_you_mean,rubyopt",
quiet_system ruby, "--enable-frozen-string-literal", "--disable=gems,did_you_mean,rubyopt",
check_ruby_version, HOMEBREW_REQUIRED_RUBY_VERSION
end
end