Commit 57277190 authored by Heinrich Lee Yu's avatar Heinrich Lee Yu

Merge branch 'sh-promote-json-schema' into 'master'

Promote json-schema to production

See merge request gitlab-org/gitlab!33457
parents d9652a83 26674f82
......@@ -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'
# frozen_string_literal: true
require "json-schema"
#
# JsonSchemaValidator
#
# Custom validator for json schema.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment