Closed alyssais closed 6 years ago
Thank you, I’ve noticed this as well. It’s https://github.com/vitorgalvao/homebrew-tiny-scripts, to be more precise.
Haven’t yet decided how to fix that. I don’t really want to vendor the requirement, since it’s typically watir
and I don’t want to spend my time getting a vendored gem up to date. The scripts themselves check for the existence of the gem, so I may just remove the line from the formulae and leave it at that. Formulae dependence on gems was always a bit of hit or miss anyway (often it’s installed but recognised as if it isn’t).
I’ll likely do it tomorrow.
Done.
Thank you, I’ve noticed this as well. It’s https://github.com/vitorgalvao/homebrew-tiny-scripts, to be more precise.
Bah, of course it was.
Using any Homebrew command that parses all formulae (eg
brew uses
) causes errors from this tap.