Skip to content

Commit

Permalink
Hide default gems warnings for Ruby 3.4.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
MikeMcQuaid committed May 17, 2024
1 parent a8bf511 commit 65ada2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Homebrew/warnings.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ module Warnings
# <!-- vale off -->
%r{warning: please see https://github\.com/whitequark/parser#compatibility-with-ruby-mri\.},
# <!-- vale on -->
%{warning: .+\.rb was loaded from the standard library, but will no longer be part of the default gems since Ruby \d+\.\d+\.\d+\.},
],
}.freeze

Expand Down

0 comments on commit 65ada2f

Please sign in to comment.