hi, i just tried to install spicedb using homebrew and currently get this error:
ā ~ brew install authzed/tap/spicedb
==> Installing spicedb from authzed/tap
Error: An exception occurred within a child process:
NoMethodError: undefined method `exists?' for class File
Seems like .exists was removed in ruby 3.2.0 making this line not valid.
https://github.com/authzed/homebrew-tap/blob/main/Formula/spicedb%401.32.0.rb#L19