Merge pull request #8750 from miccal/cask-loader

cask/cask_loader: add cask/cache
This commit is contained in:
Mike McQuaid 2020-09-17 16:04:07 +01:00 committed by GitHub
commit 01e522931a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
# frozen_string_literal: true
require "cask/cache"
require "cask/cask"
require "uri"