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

Ruby 3.0.3 - File.exists? is deprecated; use File.exist? instead #1211

Closed
JasonBarnabe opened this issue Dec 19, 2021 · 1 comment
Closed

Comments

@JasonBarnabe
Copy link

thinking-sphinx-5.3.0/lib/thinking_sphinx/test.rb:45: warning: File.exists? is deprecated; use File.exist? instead
@pat pat closed this as completed in f4973b4 Dec 20, 2021
@pat
Copy link
Owner

pat commented Dec 21, 2021

Thanks for reporting this one as well - just got the fix published in v5.4.0 :)

graaff added a commit to graaff/thinking-sphinx that referenced this issue Aug 12, 2022
File.exists? is deprecated and issues warning messages when run. One
instance was already updates in
f4973b4 for pat#1211. This commit
updates the remaining use of File.exists?
graaff added a commit to graaff/thinking-sphinx that referenced this issue Aug 12, 2022
File.exists? is deprecated and issues warning messages when run. One
instance was already updates in
f4973b4 for pat#1211. This commit
updates the remaining use of File.exists?
pat pushed a commit that referenced this issue Sep 6, 2022
File.exists? is deprecated and issues warning messages when run. One
instance was already updates in
f4973b4 for #1211. This commit
updates the remaining use of File.exists?
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

No branches or pull requests

2 participants