TwP / logging-rails

Railtie for integrating the Logging framework with Rails
81 stars 27 forks source link

Replace deprecated call to File.exists? #37

Open gabrieltaylor opened 1 year ago

gabrieltaylor commented 1 year ago

File.exists? is deprecated in favor of File.exist?. This change is required for compatibility with Ruby 3.2

lukekraus45 commented 1 year ago

I am also looking for this change to upgrade ruby versions, is there a plan to merge this in and release a new version with it?

n-rodriguez commented 1 year ago

ping @TwP

subbaparitala commented 1 year ago

@TwP any update on this ?

oskarpearson commented 10 months ago

It would be greatly appreciated if this could be merged and a release done. Without it, we can't upgrade to Ruby 3.3, since that version completely removes the File.exists? method