bundle/mac_app_store_checker: add missing require.

This commit is contained in:
Mike McQuaid 2025-03-25 15:01:50 +00:00
parent 90712429c0
commit 6910e05163
No known key found for this signature in database

View File

@ -1,6 +1,8 @@
# typed: true # rubocop:todo Sorbet/StrictSigil
# frozen_string_literal: true
require "bundle/mac_app_store_installer"
module Homebrew
module Bundle
module Checker