Merge pull request #17778 from kmontag/fix-missing-tap-requires
Fix missing requires for `tap-info` command
This commit is contained in:
commit
c7342c50a8
@ -40,6 +40,9 @@ module Homebrew
|
||||
}
|
||||
def self.fetch_json_api_file(endpoint, target: HOMEBREW_CACHE_API/endpoint,
|
||||
stale_seconds: Homebrew::EnvConfig.api_auto_update_secs.to_i)
|
||||
# Lazy-load dependency.
|
||||
require "development_tools"
|
||||
|
||||
retry_count = 0
|
||||
url = "#{Homebrew::EnvConfig.api_domain}/#{endpoint}"
|
||||
default_url = "#{HOMEBREW_API_DEFAULT_DOMAIN}/#{endpoint}"
|
||||
|
||||
@ -3,6 +3,7 @@
|
||||
|
||||
require "url"
|
||||
require "checksum"
|
||||
require "download_strategy"
|
||||
|
||||
class Downloadable
|
||||
include Context
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
# typed: true
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "api"
|
||||
require "commands"
|
||||
require "settings"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user