Fix rubocop errors

This commit is contained in:
apainintheneck 2022-11-20 12:53:44 -08:00
parent d69326c8d0
commit 260fc858df

View File

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