Set default ruby warning level to -W1

This commit is contained in:
Rylan Polster 2021-02-11 16:22:01 -05:00
parent 320bccb38d
commit 26722647c3
No known key found for this signature in database
GPG Key ID: 46A744940CFF4D64

View File

@ -576,7 +576,7 @@ fi
if [[ -z "$HOMEBREW_RUBY_WARNINGS" ]]
then
export HOMEBREW_RUBY_WARNINGS="-W0"
export HOMEBREW_RUBY_WARNINGS="-W1"
fi
if [[ -z "$HOMEBREW_BOTTLE_DOMAIN" ]]