locomotivecms / wagon

Wagon is a command line tool that let's you develop for Locomotive right on your local machine.
https://www.locomotivecms.com
MIT License
188 stars 117 forks source link

Ruby 3.2 deprecation crashes wagon/steam #422

Closed manuchap closed 6 months ago

manuchap commented 6 months ago

"File.exists?" as been deprecated in ruby 3.2 and was replaced with "File.exist?"

greyskin commented 6 months ago

Legend @manuchap - thanks for doing this - I was in the process of creating a PR, but don't have access to the repo so had to create a fork, etc.

did commented 6 months ago

thanks @manuchap!