the-teacher / rails7-startkit

Launch Rails with 1 shell command!
https://github.com/the-teacher/rails7-startkit
MIT License
578 stars 80 forks source link

Fix docker compose version 2 version check. #57

Closed tyrelsouza closed 2 months ago

tyrelsouza commented 3 months ago

Closes #51

Updated the regex to match the way docker compose version outputs the version.

Didn't write tests, because I didn't see any relating to docker. did test it on my local system though and it worked, at least with Docker Compose version 2.29.0.

the-teacher commented 2 months ago

Thank you for your efforts. I didn't check, but I hope it works