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

NoMethodError: undefined method `exists?' for File:Class #541

Open
gluester opened this issue May 18, 2023 · 2 comments
Open

NoMethodError: undefined method `exists?' for File:Class #541

gluester opened this issue May 18, 2023 · 2 comments

Comments

@gluester
Copy link

gluester commented May 18, 2023

happens when running warble or warble -T

image

@mohits
Copy link

mohits commented May 20, 2023

Ruby 3.2 removes File.exists? that was deprecated in Ruby 2.1.0. I guess that warbler is not updated to consider that.

@enebo
Copy link
Member

enebo commented May 21, 2023

@gluester you can work around this by adding an alias back for 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

3 participants