Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down