mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-17 19:25:49 +00:00
6 lines
163 B
Ruby
6 lines
163 B
Ruby
# 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)
|