From 0f2ed88f9f10b8cf9c783b07745a388df771d004 Mon Sep 17 00:00:00 2001 From: Seeker Date: Tue, 12 Jan 2021 13:44:57 -0800 Subject: [PATCH] shims/super/cc: require `English` --- Library/Homebrew/shims/super/cc | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/shims/super/cc b/Library/Homebrew/shims/super/cc index 03fc509d59..dc64c59657 100755 --- a/Library/Homebrew/shims/super/cc +++ b/Library/Homebrew/shims/super/cc @@ -10,6 +10,7 @@ exec "$HOMEBREW_RUBY_PATH" --enable-frozen-string-literal --disable=gems,did_you require "pathname" require "set" +require "English" def mac? RUBY_PLATFORM[/darwin/]