From d99cfd139424b12f662eecba28acb05994865aa0 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 4 Jan 2016 16:22:26 -0400 Subject: [PATCH] tap: require string extensions Fixes Homebrew/homebrew#47684. --- Library/Homebrew/tap.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/tap.rb b/Library/Homebrew/tap.rb index b038d3020d..2d091ba338 100644 --- a/Library/Homebrew/tap.rb +++ b/Library/Homebrew/tap.rb @@ -1,3 +1,5 @@ +require "extend/string" + # a {Tap} is used to extend the formulae provided by Homebrew core. # Usually, it's synced with a remote git repository. And it's likely # a Github repository with the name of `user/homebrew-repo`. In such