diff --git a/Library/Homebrew/bundle/commands/exec.rb b/Library/Homebrew/bundle/commands/exec.rb index c411d1e316..9f73eadc01 100644 --- a/Library/Homebrew/bundle/commands/exec.rb +++ b/Library/Homebrew/bundle/commands/exec.rb @@ -1,6 +1,7 @@ # typed: false # rubocop:todo Sorbet/TrueSigil # frozen_string_literal: true +require "English" require "exceptions" require "extend/ENV" require "utils"