File.exists? was removed in Ruby 3.2+ — replaced with File.exist? in the gem source at piwik/base.rb:176. https://github.com/matomo-org/piwik-ruby-api/blob/d846a6846677b08d75ad4bef7ce11346a3511a17/lib/piwik/base.rb#L176
File.exists? was removed in Ruby 3.2+ — replaced with File.exist? in the gem source at piwik/base.rb:176.
piwik-ruby-api/lib/piwik/base.rb
Line 176 in d846a68