railsadminteam / rails_admin

RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
MIT License
7.89k stars 2.26k forks source link

Fix CI following Rails updates #3543

Closed codealchemy closed 2 years ago

codealchemy commented 2 years ago

CI builds from today are failing on Psych::DisallowedClass for serialized columns https://github.com/railsadminteam/rails_admin/blob/4609fc690c7ba5a9fca026ea494c3d0d17d1cfb8/spec/dummy_app/app/active_record/user.rb#L8

Related to recent Rails releases from today (see announcement. https://github.com/rails/rails/commit/d28f278788b599c0a9f6e3ea437c6642eb56f16c, CVE-2022-32224)

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 89.109% when pulling b060c978df07766f5f077490b38af69361d6c8d7 on codealchemy:fix-activerecord-serialization-in-tests into 4609fc690c7ba5a9fca026ea494c3d0d17d1cfb8 on railsadminteam:master.