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: 93a81d8320d4edf06758126626a7f177104471c0 (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(:json_gem)