From 7439a9b8a29b76ee0880ec70c03e97cdfe542cb6 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 30 Nov 2020 16:27:47 +0000 Subject: [PATCH] global: add more active_support includes. --- Library/Homebrew/global.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb index 44b8616dfa..218ed1baf1 100644 --- a/Library/Homebrew/global.rb +++ b/Library/Homebrew/global.rb @@ -27,6 +27,8 @@ require "active_support/core_ext/string/inflections" require "active_support/core_ext/array/conversions" require "active_support/core_ext/hash/deep_merge" require "active_support/core_ext/file/atomic" +require "active_support/core_ext/enumerable" +require "active_support/core_ext/string/exclude" I18n.backend.available_locales # Initialize locales so they can be overwritten. I18n.backend.store_translations :en, support: { array: { last_word_connector: " and " } }