Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ruby 2.8/3.0 deprecations about File.exists? #79

Merged
merged 1 commit into from Jun 11, 2020

Conversation

casperisfine
Copy link

@casperisfine casperisfine commented Jun 10, 2020

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)

cc @SamSaffron

@SamSaffron
Copy link
Collaborator

Looks good to me! Thanks Jean

@SamSaffron SamSaffron merged commit aff85bb into tmm1:master Jun 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants