From 54d36c214cd0f67dc60c08ba7566649bf3662d50 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 19:45:47 +0000 Subject: [PATCH] Update json-schema to version 5.0.0 --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 593d2f38..808c8e22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -36,8 +36,8 @@ GEM rubocop (< 2.0) iniparse (1.5.0) json (2.7.2) - json-schema (4.3.1) - addressable (>= 2.8) + json-schema (5.0.0) + addressable (~> 2.8) language_server-protocol (3.17.0.3) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -59,7 +59,7 @@ GEM pry (0.14.2) coderay (~> 1.1) method_source (~> 1.0) - public_suffix (6.0.0) + public_suffix (6.0.1) racc (1.8.1) rainbow (3.1.1) rake (13.2.1)