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