Ensure multi_json uses json gem
This can be updated later to swap to Oj, but for now we need to explicitly swap it away from the :oj option it will pick up automatically.
Showing
... | ... | @@ -501,3 +501,4 @@ gem 'valid_email', '~> 0.1' |
gem 'json', '~> 2.3.0' | ||
gem 'json-schema', '~> 2.8.0' | ||
gem 'oj', '~> 3.10.6' | ||
gem 'multi_json', '~> 1.14.1' |
Please register or sign in to comment