Skip to content

Commit e301d6e

Browse files
committed
upgrade json-schema
1 parent fe3952a commit e301d6e

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ gem 'pretender'
4444
gem 'bootsnap', '>= 1.4.2', require: false
4545

4646
gem 'activerecord_json_validator', '~> 2.0'
47-
gem 'json-schema', '~> 2.8'
47+
gem 'json-schema', '~> 4.0'
4848

4949
gem 'listen', '~> 3.3'
5050

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ GEM
150150
concurrent-ruby (~> 1.0)
151151
interception (0.5)
152152
json (2.6.3)
153-
json-schema (2.8.1)
154-
addressable (>= 2.4)
153+
json-schema (4.0.0)
154+
addressable (>= 2.8)
155155
json_schemer (0.2.24)
156156
ecma-re-validator (~> 0.3)
157157
hana (~> 1.3)
@@ -370,7 +370,7 @@ DEPENDENCIES
370370
graphql-batch
371371
graphql-guard
372372
headless
373-
json-schema (~> 2.8)
373+
json-schema (~> 4.0)
374374
listen (~> 3.3)
375375
minitest-reporters
376376
omniauth-bottlenose!

0 commit comments

Comments
 (0)