pat / thinking-sphinx

Sphinx/Manticore plugin for ActiveRecord/Rails
http://freelancing-gods.com/thinking-sphinx
MIT License
1.63k stars 469 forks source link

Finish replacing deprecated File.exists? with File.exist? #1233

Closed pat closed 1 year ago

pat commented 1 year ago

All the hard work has been done by @graaff on #1232 - but my poorly structured tests were getting in the way. My added commit fixes that problem, and CI's all happy. Thanks @graaff!

graaff commented 1 year ago

Thanks! I'm sorry I've left that unfinished PR in your lap, but thanks for finishing it.

jdelStrother commented 1 year ago

@pat any chance of a release with this? File.exists? is no longer available in ruby 3.2. 😞

pat commented 1 year ago

Thanks for the reminder @jdelStrother - just published v5.5.0 with this fix included.