diff --git a/Library/Homebrew/rubocops/shell_commands.rb b/Library/Homebrew/rubocops/shell_commands.rb index f1352365a6..d832041b29 100644 --- a/Library/Homebrew/rubocops/shell_commands.rb +++ b/Library/Homebrew/rubocops/shell_commands.rb @@ -3,6 +3,7 @@ require "active_support/core_ext/array/access" require "rubocops/shared/helper_functions" +require "shellwords" module RuboCop module Cop