vendor_gems: require utils/git

This commit is contained in:
Thierry Moisan 2024-07-14 13:07:00 -04:00
parent b9da669ef2
commit 7b98a0e8c5
No known key found for this signature in database
GPG Key ID: 37158791CE7B7FB0

View File

@ -2,6 +2,7 @@
# frozen_string_literal: true
require "abstract_command"
require "utils/git"
module Homebrew
module DevCmd