Upgrades OJ to 3.13.16
EE: true
显示
- Gemfile 1 个添加, 1 个删除Gemfile
- Gemfile.lock 2 个添加, 2 个删除Gemfile.lock
- ee/spec/services/ide/schemas_config_service_spec.rb 1 个添加, 1 个删除ee/spec/services/ide/schemas_config_service_spec.rb
- ee/spec/tasks/gitlab/spdx_rake_spec.rb 1 个添加, 1 个删除ee/spec/tasks/gitlab/spdx_rake_spec.rb
- lib/gitlab/background_migration/fix_vulnerability_occurrences_with_hashes_as_raw_metadata.rb 1 个添加, 1 个删除..._vulnerability_occurrences_with_hashes_as_raw_metadata.rb
- lib/gitlab/json.rb 1 个添加, 1 个删除lib/gitlab/json.rb
... | ... | @@ -537,7 +537,7 @@ gem 'valid_email', '~> 0.1' |
# JSON | ||
gem 'json', '~> 2.5.1' | ||
gem 'json_schemer', '~> 0.2.18' | ||
gem 'oj', '~> 3.10.6' | ||
gem 'oj', '~> 3.13.16' | ||
gem 'multi_json', '~> 1.14.1' | ||
gem 'yajl-ruby', '~> 1.4.1', require: 'yajl' | ||
... | ... |
想要评论请 注册 或 登录