livecheck/strategy/sparkle: install bundler gems

This commit is contained in:
Nanda H Krishna 2021-05-20 19:58:17 +05:30
parent eb5f04a98a
commit 1182440f80
No known key found for this signature in database
GPG Key ID: 067E5FCD58ADF3AA

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)