From 39354e3ba51d9f9c50d8bc4570393e63a9a167a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:44:16 -0500 Subject: [PATCH] chore(deps): bump json from 2.8.2 to 2.9.0 in /dev-client (#2616) Bumps [json](https://github.com/ruby/json) from 2.8.2 to 2.9.0. - [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.2...v2.9.0) --- updated-dependencies: - dependency-name: json dependency-type: indirect update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 79f2bafea..0b8c00aef 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.2) + json (2.9.0) logger (1.6.2) minitest (5.25.4) molinillo (0.8.0)