Closed tillcarlos closed 1 year ago
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.
exist?
It's fixed on master but not released or added to changelog
I have released 2.0.7, it should work with ruby 3.2.0
When running the standard install process on ruby 3.2.0 it breaks here:
changing it to
exist?
does the trick.