From f417098a568adbd882bcfe29283adc5e5e51bf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 05:52:41 +0000 Subject: [PATCH] chore(deps): Bump json from 2.8.2 to 2.9.0 in the bundler group Bumps the bundler group with 1 update: [json](https://github.com/ruby/json). Updates `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: direct:production update-type: version-update:semver-minor dependency-group: bundler ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e09f0e9..4e372d3 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "libxml-ruby", "5.0.3" gem "oj", "3.16.7" -gem "json", "2.8.2" +gem "json", "2.9.0" gem "async", "2.21.1" gem "async-http", "0.86.0" gem "fluentd", "1.18.0" diff --git a/Gemfile.lock b/Gemfile.lock index f65cad9..cfe9456 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM io-event (1.7.4) io-stream (0.6.1) jmespath (1.6.2) - json (2.8.2) + json (2.9.0) libxml-ruby (5.0.3) logger (1.6.1) ltsv (0.1.2) @@ -257,7 +257,7 @@ DEPENDENCIES fluent-plugin-s3 (= 1.8.1) fluent-plugin-sqs (= 3.0.0) fluentd (= 1.18.0) - json (= 2.8.2) + json (= 2.9.0) libxml-ruby (= 5.0.3) oj (= 3.16.7)