From 65ada2fd6960222a1cefb9242eb3ad7afab5d535 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Thu, 16 May 2024 14:58:12 +0900 Subject: [PATCH] Hide default gems warnings for Ruby 3.4. These omit warnings with Ruby 3.3 and are required for Ruby 3.4. We'll fix them when we're upgrading to 3.4 instead. --- Library/Homebrew/warnings.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/warnings.rb b/Library/Homebrew/warnings.rb index 83c124234a7f06..670d27c543c868 100644 --- a/Library/Homebrew/warnings.rb +++ b/Library/Homebrew/warnings.rb @@ -13,6 +13,7 @@ module Warnings # %r{warning: please see https://github\.com/whitequark/parser#compatibility-with-ruby-mri\.}, # + %{warning: .+\.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby \d+\.\d+\.\d+\.}, ], }.freeze