From a0eb5ebec75e2a5727c4167b61fd464782b5911f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 24 Mar 2023 09:23:09 +0000 Subject: [PATCH] formulary: require service. This is used in this file. --- Library/Homebrew/formulary.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/formulary.rb b/Library/Homebrew/formulary.rb index b318dcf9d4..767b8b9536 100644 --- a/Library/Homebrew/formulary.rb +++ b/Library/Homebrew/formulary.rb @@ -5,6 +5,7 @@ require "digest/md5" require "extend/cachable" require "tab" require "utils/bottles" +require "service" require "active_support/core_ext/hash/deep_transform_values"