bundle update json-schema

Change-Id: Ifd8f769a9f51b3e9faac76313daa1ee98be15057
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/355748
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
Reviewed-by: Andrea Cirulli <andrea.cirulli@instructure.com>
Build-Review: Cody Cutrer <cody@instructure.com>
This commit is contained in:
Cody Cutrer 2024-08-22 15:35:10 -06:00
parent 84094f7629
commit 65314a98cc
2 changed files with 4 additions and 4 deletions

View File

@ -47,7 +47,7 @@ group :test do
# pinned to 1.72 due to contract tests breaking with the following versions
gem "pact_broker-client", "1.72"
gem "database_cleaner", "~> 2.0"
gem "json-schema", "~> 4.0"
gem "json-schema", "~> 5.0"
gem "rspecq", github: "instructure/rspecq"
gem "flakey_spec_catcher", "~> 0.12", require: false

View File

@ -694,8 +694,8 @@ GEM
bindata
faraday (~> 2.0)
faraday-follow_redirects
json-schema (4.3.1)
addressable (>= 2.8)
json-schema (5.0.0)
addressable (~> 2.8)
json_schemer (2.3.0)
bigdecimal
hana (~> 1.3)
@ -1314,7 +1314,7 @@ DEPENDENCIES
inst_statsd (~> 3.0)
irb (~> 1.7)
json-jwt (~> 1.13)
json-schema (~> 4.0)
json-schema (~> 5.0)
json_schemer (~> 2.0)
json_token!
legacy_multipart!