Closed anderscarling closed 2 years ago
Running include Pundit using pundit 2.2.0 crashes when godmin is loaded, as the deprecation message about switching to include Pundit::Authorization is produced using strip_heredoc which is not yet loaded when the godmin gem is loaded.
include Pundit
include Pundit::Authorization
strip_heredoc
Running
include Pundit
using pundit 2.2.0 crashes when godmin is loaded, as the deprecation message about switching toinclude Pundit::Authorization
is produced usingstrip_heredoc
which is not yet loaded when the godmin gem is loaded.