erb2slim is raising an error because `File.exists?` was removed in ruby 3.2 in favor of `File.exist?`
erb2slim is raising an error because
File.exists?was removed in ruby 3.2 in favor ofFile.exist?