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

Replace deprecated exists? methods #276

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

crwenner
Copy link

@crwenner crwenner commented Aug 8, 2023

Due to the deprecation of the exists? methods for the File and Dir classes in ruby 2.1, and eventual removal in ruby 3.2, this pull request replaces the calls to these methods with the "bare verb" exist? method.

See Ruby 3.2 removals in the changelog.

Due to the deprecation of the `exists?` methods for the File and Dir
classes in ruby 2.1, and eventual removal in ruby 3.2, this pull request
replaces the calls to these methods with the "bare verb" `exist?`
method.

[See Ruby 3.2 removals in the changelog.](https://rubyreferences.github.io/rubychanges/3.2.html#removals)
@andrewhao
Copy link

andrewhao commented Jan 31, 2024

+1. Can we get this PR looked at? This breaks compatibility with Ruby 3.2+

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.

2 participants