Welcome to mirror list, hosted at ThFree Co, Russian Federation.

multi_json.rb « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5f98ce1961f5ff4edcb0ffad8d45de9eb534ad94 (plain)
1
2
3
4
5
# 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)