varvet / godmin

Admin framework for Rails 5+
http://godmin-sandbox.herokuapp.com
MIT License
486 stars 47 forks source link

Support (and require) pundit 2.2.0 #266

Closed anderscarling closed 2 years ago

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