Commit a186c55
committed
Fix deprecation warning on MultiJson#load/dump
These are [deprecated] in v1, renamed to `parse`/`generate` to match
stdlib API, and will be removed in v2.
Upstream que has [dropped] `multi_json` entirely, so this does not
affect that transition.
[deprecated]: https://github.com/sferik/multi_json/tree/v1.21.1#deprecated-in-1210
[dropped]: que-rb/que@bdd3c3d1 parent 342d021 commit a186c55
2 files changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments