mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00

The next release after this is merged will be 4.1.0. Co-authored-by: Markus Reiter <me@reitermark.us>
6 lines
69 B
Ruby
6 lines
69 B
Ruby
# typed: strict
|
|
|
|
module MacOSVersionErrorCompat
|
|
include Kernel
|
|
end
|