burke / zeus

Boot any rails app in under a second.
MIT License
3.33k stars 231 forks source link

Replacing calls to the alias File.exists? (deprecated since Ruby v3.x) with File.exist? #684

Closed mick-mehigan closed 3 months ago

mick-mehigan commented 6 months ago

Description

File.exists? was aliased to File.exist? in versions of Ruby up to 3.1. File.exists? is no longer supported since Ruby 3.2.