From 63346d1acdd238d45e42233ea6fb54597817d660 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 17:46:55 +0000 Subject: [PATCH] chore(deps): update dependency json to v3 --- packaging/Gemfile | 2 +- packaging/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packaging/Gemfile b/packaging/Gemfile index b866aea..5bcf972 100644 --- a/packaging/Gemfile +++ b/packaging/Gemfile @@ -9,7 +9,7 @@ gem "webrick", "1.9.2" # see https://stdgems.org/ for versions to lock to # we require gem locking for gems with native extensions # due to lack of windows support -gem "json", "2.21.2" +gem "json", "3.0.2" gem "bigdecimal", "3.1.8" gem "fiddle", "1.1.6" gem "io-console", "0.9.2" \ No newline at end of file diff --git a/packaging/Gemfile.lock b/packaging/Gemfile.lock index 6c3e331..ec416c1 100644 --- a/packaging/Gemfile.lock +++ b/packaging/Gemfile.lock @@ -24,7 +24,7 @@ GEM mini_mime (>= 1.0.0) multi_xml (>= 0.5.2) io-console (0.9.2) - json (2.21.2) + json (3.0.2) jsonpath (1.1.5) multi_json logger (1.7.0) @@ -152,7 +152,7 @@ DEPENDENCIES bigdecimal (= 3.1.8) fiddle (= 1.1.6) io-console (= 0.9.2) - json (= 2.21.2) + json (= 3.0.2) pact (< 3) pact-message (= 0.11.1) pact-mock_service (= 3.12.4)