Looks like ruby 3.2 removed the .exists? methods from file and dir. We need to switch to using just exist? in the tests for those things. This is backwards compatible as the .exists? methods have been depreciated for a long time.
https://msp-greg.github.io/ruby_3_2/file.NEWS.html#removed-methods
Looks like ruby 3.2 removed the
.exists?methods from file and dir. We need to switch to using justexist?in the tests for those things. This is backwards compatible as the.exists?methods have been depreciated for a long time.https://msp-greg.github.io/ruby_3_2/file.NEWS.html#removed-methods