diff --git a/Gemfile b/Gemfile index 0b4b04d..07d7d01 100644 --- a/Gemfile +++ b/Gemfile @@ -67,7 +67,7 @@ group :test do gem "timecop", "~> 0.9.10" # This library is intended to provide Ruby with an interface for validating JSON objects. - gem "json-schema", "~> 5.0", ">= 5.0.1" + gem "json-schema", "~> 5.1" end # Use MongoDB for the database, with Mongoid as the ODM diff --git a/Gemfile.lock b/Gemfile.lock index 0e9a8b7..788ffbb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,8 +132,9 @@ GEM actionview (>= 5.0.0) activesupport (>= 5.0.0) json (2.7.2) - json-schema (5.0.1) + json-schema (5.1.1) addressable (~> 2.8) + bigdecimal (~> 3.1) language_server-protocol (3.17.0.3) logger (1.6.1) loofah (2.23.1) @@ -366,7 +367,7 @@ DEPENDENCIES faker (~> 3.4, >= 3.4.2) httparty (~> 0.22.0) jbuilder - json-schema (~> 5.0, >= 5.0.1) + json-schema (~> 5.1) mongoid (= 9.0.2) mongoid-rspec puma (>= 5.0)