roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

🐛 Fix undefined method `exists?` error #1524

Closed 1dkfa closed 5 months ago

1dkfa commented 5 months ago

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

swalkinshaw commented 5 months ago

Thank you!