Merge branch 'sh-promote-json-schema' into 'master'
Promote json-schema to production See merge request gitlab-org/gitlab!33457
Showing
... | ... | @@ -402,7 +402,6 @@ group :test do |
gem 'shoulda-matchers', '~> 4.0.1', require: false | ||
gem 'email_spec', '~> 2.2.0' | ||
gem 'json-schema', '~> 2.8.0' | ||
gem 'webmock', '~> 3.5.1' | ||
gem 'rails-controller-testing' | ||
gem 'concurrent-ruby', '~> 1.1' | ||
... | ... | @@ -497,3 +496,4 @@ gem 'valid_email', '~> 0.1' |
# JSON | ||
gem 'json', '~> 2.3.0' | ||
gem 'json-schema', '~> 2.8.0' |
Please register or sign in to comment