Closed hyuraku closed 3 years ago
This is actually an issue with livecheck
not running Homebrew.install_bundler_gems!
, which is required only for the Sparkle
strategy. You might want to take a look at https://github.com/Homebrew/discussions/discussions/1299, there is some useful discussion there, including a point about how this may still be problematic on ARM.
Provide a detailed description of the proposed feature
Homebrew.install_bundler_gems!
works inbrew update
.What is the motivation for the feature?
When I executed
brew livecheck elmedia-player
afterbrew style
, an error happenedError: cannot load such file -- nokogiri
like below error log, becausebrew update
updatednokogiri
version inLibrary/Homebrew/Gemfile.lock
by https://github.com/Homebrew/brew/pull/11415 not install newernokogiri
gem.How will the feature be relevant to at least 90% of Homebrew users?
avoid the error
What alternatives to the feature have been considered?
Manually
brew install-bundler-gems
afterbrew update