When upgrading to Rails 6.1.6.1, I started getting the following error in the application:
Psych::DisallowedClass:
Tried to load unspecified class: Symbol
This is being caused by using the Hash serializer on an ActiveRecord column, which uses Symbols as keys or values:
serialize :parameters, Hash