From 2353cdd8c57ab51e7720b2262b88d8d3b5a28d39 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 06:48:39 +0000 Subject: [PATCH] Bump oj from 3.14.2 to 3.16.1 Bumps [oj](https://github.com/ohler55/oj) from 3.14.2 to 3.16.1. - [Changelog](https://github.com/ohler55/oj/blob/develop/CHANGELOG.md) - [Commits](https://github.com/ohler55/oj/compare/v3.14.2...v3.16.1) --- updated-dependencies: - dependency-name: oj dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2fa2b0c1..830137e4 100644 --- a/Gemfile +++ b/Gemfile @@ -115,7 +115,7 @@ gem 'bootsnap', '>= 1.1.0', require: false # Performance improvements using native extensions gem 'escape_utils', '~> 1.3' gem 'fast_blank', '~> 1.0' -gem 'oj', '~> 3.14' +gem 'oj', '~> 3.16' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console diff --git a/Gemfile.lock b/Gemfile.lock index 59fc1d47..a4120827 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,7 +257,7 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 4) - oj (3.14.2) + oj (3.16.1) omniauth (1.9.2) hashie (>= 3.4.6) rack (>= 1.6.2, < 3) @@ -517,7 +517,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.9) lograge (~> 0.12.0) minitest-retry (~> 0.2.2) - oj (~> 3.14) + oj (~> 3.16) omniauth-camdram (~> 1.0) omniauth-rails_csrf_protection (~> 0.1.2) os (~> 1.1)