Add oj gem
Adds the `oj` gem for faster JSON handling in the `Gitlab::Json` class. This is the first area in which this is being introduced, before we look at enabling support elsewhere.
Showing
... | @@ -500,3 +500,4 @@ gem 'valid_email', '~> 0.1' | ... | @@ -500,3 +500,4 @@ gem 'valid_email', '~> 0.1' |
# JSON | # JSON | ||
gem 'json', '~> 2.3.0' | gem 'json', '~> 2.3.0' | ||
gem 'json-schema', '~> 2.8.0' | gem 'json-schema', '~> 2.8.0' | ||
gem 'oj', '~> 3.10.6' |
config/initializers/oj.rb
0 → 100644
Please register or sign in to comment