For Dir.exists? and File.exists? call the non-deprecated/removed version, e.g. Dir.exist?
Struct::Group & Struct::Passwd should be replaced with Etc::Group/Etc::Passwd
Fast-gettext is not compatible with Ruby 3.2, because it calls String#untaint and that method was removed. We'll need to bump our dependency on fast-gettext to "~> 2.1", see related ticket PA-4725