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

removed method File.exists? #1286

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

removed method File.exists? #1286

wants to merge 1 commit into from

Conversation

noraj
Copy link

@noraj noraj commented Aug 14, 2024

Summary

File.exists? alias was removed in 3.2.0 see https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/ and ruby/ruby@bf97415 so use File.exist? instead for compatibility with 3.2+

Other Information

There is not much to add.

Copyright assignment

I assign all rights, including copyright, to any future Dradis work by myself to Security Roots.

CHANGELOG

I'm not sure you want to add that to the changelog since it's just chore

  • Added a CHANGELOG entry

File.exists? alias was removed in 3.2.0 see https://www.ruby-lang.org/en/news/2022/12/25/ruby-3-2-0-released/ and ruby/ruby@bf97415 so use File.exist? instead for compatibility with 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.

1 participant