From 6879dcad13299585f7e1b2cdfbf9ba47d531d6d3 Mon Sep 17 00:00:00 2001 From: Douglas Eichelberger Date: Mon, 17 Apr 2023 19:06:30 -0700 Subject: [PATCH] Remove stringio require too --- Library/Homebrew/cask/utils.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Library/Homebrew/cask/utils.rb b/Library/Homebrew/cask/utils.rb index 74a531025b..c512e898d6 100644 --- a/Library/Homebrew/cask/utils.rb +++ b/Library/Homebrew/cask/utils.rb @@ -3,7 +3,6 @@ require "utils/user" require "open3" -require "stringio" BUG_REPORTS_URL = "https://github.com/Homebrew/homebrew-cask#reporting-bugs"