scambra / devise_invitable

An invitation strategy for devise
MIT License
2.66k stars 553 forks source link

Generator breaks with ruby 3.2.0 #884

Closed tillcarlos closed 1 year ago

tillcarlos commented 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.

scambra commented 1 year ago

It's fixed on master but not released or added to changelog

scambra commented 1 year ago

I have released 2.0.7, it should work with ruby 3.2.0