Disable use_multi_json for json validator / match_json_schema (#38151)

This commit is contained in:
Matt Jankowski
2026-03-11 13:11:00 -04:00
committed by GitHub
parent 3ef7d2835a
commit 0a216003ff

View File

@@ -92,3 +92,6 @@ end
Sidekiq.strict_args!
Redis.raise_deprecations = true
# Silence deprecation warning from json-schema
JSON::Validator.use_multi_json = false