Generator breaks with ruby 3.2.0
tillcarlos opened this issue · 2 comments
tillcarlos commented
When running the standard install process on ruby 3.2.0 it breaks here:
undefined method `exists?' for File:Class (NoMethodError)
changing it to exist?
does the trick.
scambra commented
It's fixed on master but not released or added to changelog
scambra commented
I have released 2.0.7, it should work with ruby 3.2.0