logging-rails icon indicating copy to clipboard operation
logging-rails copied to clipboard

Replace deprecated call to File.exists?

Open gabrieltaylor opened this issue 1 year ago • 4 comments

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

gabrieltaylor avatar Apr 01 '23 18:04 gabrieltaylor

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?

lukekraus45 avatar Apr 25 '23 18:04 lukekraus45

ping @TwP

n-rodriguez avatar Jul 11 '23 17:07 n-rodriguez

@TwP any update on this ?

subbaparitala avatar Oct 25 '23 22:10 subbaparitala

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

oskarpearson avatar Jan 08 '24 13:01 oskarpearson