Skip to content

Commit 1a51864

Browse files
authored
Merge pull request #554 from code0-tech/renovate/json-schema-6.x
Update dependency json-schema to v6
2 parents 6348993 + ea8fa12 commit 1a51864

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ gem 'code0-zero_track', '0.0.4'
9090

9191
gem 'image_processing', '>= 1.2'
9292

93-
gem 'json-schema', '~> 5.1'
93+
gem 'json-schema', '~> 6.0'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ GEM
159159
rdoc (>= 4.0.0)
160160
reline (>= 0.4.2)
161161
json (2.12.2)
162-
json-schema (5.2.1)
162+
json-schema (6.0.0)
163163
addressable (~> 2.8)
164164
bigdecimal (~> 3.1)
165165
language_server-protocol (3.17.0.5)
@@ -401,7 +401,7 @@ DEPENDENCIES
401401
graphql (~> 2.1)
402402
grpc (~> 1.67)
403403
image_processing (>= 1.2)
404-
json-schema (~> 5.1)
404+
json-schema (~> 6.0)
405405
lograge (~> 0.14.0)
406406
pg (~> 1.1)
407407
pry (~> 0.15.0)

0 commit comments

Comments
 (0)