From f9558b7beb265076328ec9d4a365a74a5e4f5dd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:58:47 +0000 Subject: [PATCH] Bump oj from 3.16.1 to 3.16.2 Bumps [oj](https://github.com/ohler55/oj) from 3.16.1 to 3.16.2. - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/compare/v3.16.1...v3.16.2) --- updated-dependencies: - dependency-name: oj dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f56e08c..3c2db53 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,10 +1,12 @@ GEM remote: https://rubygems.org/ specs: + bigdecimal (3.1.4) jsonlint (0.4.0) oj (~> 3) optimist (~> 3) - oj (3.16.1) + oj (3.16.2) + bigdecimal (~> 3.1) optimist (3.1.0) rake (13.1.0)