Rykian / clockwork

A scheduler process to replace cron.
MIT License
544 stars 66 forks source link

replacing deprecated File.exists? with File.exist? #80

Closed torbjon closed 1 year ago

torbjon commented 1 year ago

File.exists? removed from 3.2.0

svoop commented 1 year ago

@Rykian Just a friendly heads-up: Thanks for considering merging this and cutting a little patchlevel release. On Ruby 3.2.0, clockworkd is currently broken. (I'd just switch to a branch, but unfortunately, in my case, pulling gems via git would cause quite some hassle... thanks a bunch for not having me jump through these hoops!)

Rykian commented 1 year ago

Thanks for the heads up @svoop (and the PR @torbjon), I just released it.

svoop commented 1 year ago

Awesome, thanks a bunch, guys!