With sequel-4.48.0 I get this deprecation warning from sequel:
SEQUEL DEPRECATION WARNING: Dataset mutation is deprecated and will be removed in Sequel 5 (method called: row_proc=, non-mutating replacement: with_row_proc)
Caused by this line:
|
relation.row_proc = Restrictor.new(protector_subject, relation.row_proc) |
With sequel-4.48.0 I get this deprecation warning from sequel:
Caused by this line:
protector/lib/protector/adapters/sequel/dataset.rb
Line 53 in 710ab70