inossidabile / protector

Comfortable (seriously) white-list security restrictions for models on a field level
MIT License
270 stars 31 forks source link

DEPRECATION WARNING: Dataset mutation is deprecated and will be removed in Sequel 5 #72

Open mmichaa opened 7 years ago

mmichaa commented 7 years ago

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: https://github.com/inossidabile/protector/blob/710ab706267a512b4346a2951bec83574e7e1652/lib/protector/adapters/sequel/dataset.rb#L53