From dee383f54e977854feeffa0b59c266d8a0cb53e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Apr 2023 17:04:05 +0000 Subject: [PATCH] feat(deps): Bump oj from 3.14.1 to 3.14.3 Bumps [oj](https://github.com/ohler55/oj) from 3.14.1 to 3.14.3. - [Release notes](https://github.com/ohler55/oj/releases) - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/compare/v3.14.1...v3.14.3) --- updated-dependencies: - dependency-name: oj dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 96e954e..b0b158b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ source "https://rubygems.org" gem "libxml-ruby", "4.0.0" -gem "oj", "3.14.1" +gem "oj", "3.14.3" gem "json", "2.6.3" gem "async", "1.30.3" gem "async-http", "0.60.1" diff --git a/Gemfile.lock b/Gemfile.lock index 9ef667c..5726693 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,7 @@ GEM connection_pool (~> 2.2) netrc (0.11.0) nio4r (2.5.8) - oj (3.14.1) + oj (3.14.3) opensearch-api (2.0.2) multi_json opensearch-ruby (2.0.3) @@ -249,7 +249,7 @@ DEPENDENCIES fluentd (= 1.15.3) json (= 2.6.3) libxml-ruby (= 4.0.0) - oj (= 3.14.1) + oj (= 3.14.3) BUNDLED WITH 2.3.7