Was getting deprecation warning message in the last version.
Now I can’t run the server at all, I’m getting
config/initializers/cookie_verification_secret.rb:7:in <top (required)>': undefined method cookie_verifier_secret=' for ActionController::Base:Class (NoMethodError)
The fix was to change:
Changing:
to