locomotivecms / steam

The rendering stack used by both Wagon and Station (new name of the engine). It includes the rack stack and the liquid drops/filters/tags.
MIT License
38 stars 59 forks source link

Ruby 3.2 deprecation crashes wagon/steam #235

Closed manuchap closed 6 days ago

manuchap commented 5 months ago

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