redis-stack / homebrew-redis-stack

4 stars 6 forks source link

fix from exists to exist #43

Closed Makoto1021 closed 1 month ago

Makoto1021 commented 1 month ago

After Ruby 2.2, exist? is used instead of exists?. Without this fix, it will throw an error such as Error: undefined methodexists?' for class Dir` on machines using old Ruby when installing redis-stack.

yeroshalmimLF commented 1 month ago

@chayim @ofekshenawa @vladvildanov @zalenskiSofteq PLEASE MERGE THIS IN

ThanksSirAlex commented 1 month ago

latest ruby version is 3.2.2 now, really need this fix.