Debian Patches

Status for ruby-delayed-job-active-record/4.1.6-3.1

Patch Description Author Forwarded Bugs Origin Last update
no-simplecov-lcov.patch remove usage/gem dependency on simplecov and simplecov-lcov Cédric Boutillier <boutil@debian.org> not-needed 2021-11-22
fix-path-to-migration-template.patch Fix path to migration template Daniel Leidert <dleidert@debian.org> not-needed 2021-11-29
0001-Fix-a-broken-spec-due-to-Psych-4.patch Fix a broken spec due to Psych >= 4
Since psych4.0, the load method has been safe_load, which causes the following error.

So I use YAML#load_dj to avoid them. ref: ref: https://github.com/collectiveidea/delayed_job/pull/1152/commits/b4ddd3dfe1450f1e51f9a6ac90db3134b5d7af78

```
1) ActiveRecord loads classes with non-default primary key
Failure/Error:
expect do
YAML.load(Story.create.to_yaml)
end.not_to raise_error

expected no Exception, got #<Psych::DisallowedClass: Tried to load unspecified class: Story> with backtrace:
# ./spec/delayed/serialization/active_record_spec.rb:8:in `block (3 levels) in <top (required)>'
# ./spec/delayed/serialization/active_record_spec.rb:7:in `block (2 levels) in <top (required)>'
# ./spec/delayed/serialization/active_record_spec.rb:7:in `block (2 levels) in <top (required)>'
```
willnet <netwillnet@gmail.com> no 2021-11-01

All known versions for source package 'ruby-delayed-job-active-record'

Links