jondot / sneakers

A fast background processing framework for Ruby and RabbitMQ
https://github.com/jondot/sneakers
MIT License
2.24k stars 333 forks source link

Using File#exist? method instead of File#exists? / In ruby 3 File#exists? was removed #469

Closed wwwermishel closed 1 year ago

wwwermishel commented 1 year ago

https://github.com/jondot/sneakers/issues/468

michaelklishin commented 1 year ago

This PR and similar 3.0+ oriented ones make us consider if main can support older Rubies or should focus on 3.0+ exclusively.

Sadly Debian Bullseye and Ubuntu 20.04 still have 2.7.x releases.