gitlab-org--gitlab-foss/config/initializers/multi_json.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
163 B
Ruby
Raw Normal View History

# frozen_string_literal: true
# Explicitly set the JSON adapter used by MultiJson
# Currently we want this to default to the existing json gem
MultiJson.use(:oj)