Merge pull request #15256 from dduugg/rm-yaml-require

Remove yaml require for 5% init speedup
This commit is contained in:
Mike McQuaid 2023-04-18 08:46:45 +01:00 committed by GitHub
commit 4ef6a2c21e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,9 +2,7 @@
# frozen_string_literal: true
require "utils/user"
require "yaml"
require "open3"
require "stringio"
BUG_REPORTS_URL = "https://github.com/Homebrew/homebrew-cask#reporting-bugs"