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

Update: Ruby 3.2: File::exists? removed #5

Merged
merged 2 commits into from
Nov 2, 2023

Conversation

MrChriss
Copy link

@MrChriss MrChriss commented Nov 1, 2023

Description

Both File::exists? and Dir.exists? deprecated methods were removed in Ruby 3.2.

Progress

  • Use File.exist? instead of the removed File.exists?
  • Formatting

References

File.exists? deprecation
Ruby 3.2 release notes see "Removed methods" section

@bendangelo
Copy link

Please merge

@glaucocustodio glaucocustodio merged commit 36894e3 into glaucocustodio:master Nov 2, 2023
@glaucocustodio
Copy link
Owner

thanks for your contribution @MrChriss, I am gonna cut a release

@glaucocustodio
Copy link
Owner

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.

3 participants