Paper_trail on rails 7

2024-08-28 ruby rails

paper_trailがrails7.2系(7.1も?)で使えなくなっている様子です。

PaperTrail 15.0.0 is not compatible with ActiveRecord 7.2.1.
We allow PT contributors to install incompatible versions of ActiveRecord,
and this warning can be silenced with an environment variable,
but this is a bad idea for normal use.
Please install a compatible version of ActiveRecord instead (>= 6.1, < 7.1).
Please see the discussion in paper_trail/compatibility.rb for details.

なんとなく動いてるように見えるものの、過去バージョンを参照する時に以下のようなエラーがでます。

Tried to load unspecified class: Date
Extracted source (around line #65):              
    @record = @record.versions[params[:version].to_i]&.reify

githubを見るとほぼ対応済みのように見えるのですが、リリースがされていない模様。以下のリンクでは一時的にリリース前のバージョンを使う方法を案内してくれています(試してません)。