From 9c388533be39fe3879c882278b467e2aac911b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:47:27 +0000 Subject: [PATCH] chore(deps): bump json from 2.8.1 to 2.8.2 in /dev-client Bumps [json](https://github.com/ruby/json) from 2.8.1 to 2.8.2. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.8.1...v2.8.2) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dev-client/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-client/Gemfile.lock b/dev-client/Gemfile.lock index ceca6474a..707b156b6 100644 --- a/dev-client/Gemfile.lock +++ b/dev-client/Gemfile.lock @@ -78,7 +78,7 @@ GEM httpclient (2.8.3) i18n (1.14.6) concurrent-ruby (~> 1.0) - json (2.8.1) + json (2.8.2) logger (1.6.1) minitest (5.25.1) molinillo (0.8.0)