scambra/devise_invitable

Generator breaks with ruby 3.2.0

tillcarlos opened this issue · 2 comments

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.

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