mirror of
https://github.com/mastodon/mastodon.git
synced 2026-03-21 18:05:23 -05:00
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!
|
||||
|
||||
Redis.raise_deprecations = true
|
||||
|
||||
# Silence deprecation warning from json-schema
|
||||
JSON::Validator.use_multi_json = false
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user