Skip to content

Commit

Permalink
upgrade json-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesferrazza committed May 7, 2023
1 parent fe3952a commit e301d6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ gem 'pretender'
gem 'bootsnap', '>= 1.4.2', require: false

gem 'activerecord_json_validator', '~> 2.0'
gem 'json-schema', '~> 2.8'
gem 'json-schema', '~> 4.0'

gem 'listen', '~> 3.3'

Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ GEM
concurrent-ruby (~> 1.0)
interception (0.5)
json (2.6.3)
json-schema (2.8.1)
addressable (>= 2.4)
json-schema (4.0.0)
addressable (>= 2.8)
json_schemer (0.2.24)
ecma-re-validator (~> 0.3)
hana (~> 1.3)
Expand Down Expand Up @@ -370,7 +370,7 @@ DEPENDENCIES
graphql-batch
graphql-guard
headless
json-schema (~> 2.8)
json-schema (~> 4.0)
listen (~> 3.3)
minitest-reporters
omniauth-bottlenose!
Expand Down

0 comments on commit e301d6e

Please sign in to comment.