From 6f097685493b82330bbae2a743038745e6892a2b Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 1 Dec 2020 12:05:21 +0100 Subject: [PATCH] Add missing require in `dev-cmd/irb`. --- Library/Homebrew/dev-cmd/irb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/dev-cmd/irb.rb b/Library/Homebrew/dev-cmd/irb.rb index b5b09f9b1c..2ba4d7781f 100644 --- a/Library/Homebrew/dev-cmd/irb.rb +++ b/Library/Homebrew/dev-cmd/irb.rb @@ -1,6 +1,7 @@ # typed: false # frozen_string_literal: true +require "formulary" require "cli/parser" class Symbol