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

spec: Replace deprecated File.exists? with File.exist? #550

Merged
merged 1 commit into from
Nov 13, 2022

Conversation

mtasaka
Copy link
Contributor

@mtasaka mtasaka commented Nov 13, 2022

File.exists? is deprecated since ruby 2.1.0 and will be removed on ruby 3.2. Replace it with File.exist? .

Closes #549

File.exists? is deprecated since ruby 2.1.0 and will be
removed on ruby 3.2. Replace it with File.exist? .

Closes minimagick#549
@janko
Copy link
Member

janko commented Nov 13, 2022

Thanks for the fix!

@janko janko merged commit 79ac98a into minimagick:master Nov 13, 2022
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.

4.11.0 testsuite fails with upcoming ruby3.2 due to File.exists? removal
2 participants