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

🐛 Fix undefined method exists? error #1524

Merged
merged 1 commit into from
Jun 13, 2024
Merged

Conversation

1dkfa
Copy link
Contributor

@1dkfa 1dkfa commented Jun 13, 2024

Fixes an error where trellis up or vagrant up would fail in machines running Ruby on version 3.2 or higher due to the usage of a removed method.

Closes #1523

Fixes an error where `trellis up` or `vagrant up` would fail in machines
running Ruby on version 3.2 or higher due to the usage of a removed
method.
@swalkinshaw swalkinshaw merged commit 80a491e into roots:master Jun 13, 2024
2 checks passed
@swalkinshaw
Copy link
Member

Thank you!

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.

trellis up fails with an "undefined method exists? for class File (NoMethodError)" error on new projects
2 participants