Commit 6ecd8a55 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'multi-json-oj' into 'master'

Default multi_json to Oj

See merge request gitlab-org/gitlab!83762
parents ad12708c 67e8efb3
......@@ -2,4 +2,4 @@
# Explicitly set the JSON adapter used by MultiJson
# Currently we want this to default to the existing json gem
MultiJson.use(:json_gem)
MultiJson.use(:oj)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment