Merge pull request #11420 from nandahkrishna/livecheck-bundler-gems

livecheck/strategy/sparkle: install bundler gems
This commit is contained in:
Nanda H Krishna 2021-05-21 20:26:32 +05:30 committed by GitHub
commit c278da14ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@ module Homebrew
sig { params(content: String).returns(T.nilable(Item)) }
def self.item_from_content(content)
Homebrew.install_bundler_gems!
require "nokogiri"
xml = Nokogiri::XML(content)