Merge pull request #19774 from Homebrew/aliases-require

aliases: fix missing require with Ruby 3.4
This commit is contained in:
Bo Anderson 2025-04-16 16:22:32 +00:00 committed by GitHub
commit 4a35e781d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,6 +1,8 @@
# typed: strict
# frozen_string_literal: true
require "fileutils"
module Homebrew
module Aliases
class Alias