papertrail / papertrail-cli

Command-line client for Papertrail hosted syslog & app log management service
http://papertrailapp.com/
MIT License
427 stars 46 forks source link

fix(cli_helper): use `File.exist?` because `File.exists?` is deleted in ruby-3.2.0 #112

Closed joker1007 closed 1 year ago

joker1007 commented 1 year ago

ruby-3.2.0 deletes deprecated method File.exists? All maintained ruby versions support File.exist? method.

This gem should use File.exist? to support ruby-3.2.