Disable use_multi_json for json validator / match_json_schema (#38151)
This commit is contained in:
parent
3ef7d2835a
commit
0a216003ff
@ -92,3 +92,6 @@ end
|
|||||||
Sidekiq.strict_args!
|
Sidekiq.strict_args!
|
||||||
|
|
||||||
Redis.raise_deprecations = true
|
Redis.raise_deprecations = true
|
||||||
|
|
||||||
|
# Silence deprecation warning from json-schema
|
||||||
|
JSON::Validator.use_multi_json = false
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user