I'm testing ruby head, and I'm getting these deprecations from rbtrace with $VERBOSE == false (default level).
/tmp/bundle/ruby/2.8.0/gems/rbtrace-0.4.12/lib/rbtrace/rbtracer.rb:99: warning: File.exists? is deprecated; use File.exist? instead
(called from exists? at /tmp/bundle/ruby/2.8.0/gems/rbtrace-0.4.12/lib/rbtrace/rbtracer.rb:99)
I'm testing ruby head, and I'm getting these deprecations from rbtrace with $VERBOSE == false (default level).
cc @SamSaffron