cleanup.rb: quiet down Ruby test
This commit is contained in:
parent
5ce013b0d0
commit
896c93b819
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user