From 059eb05a0ee6e273d04f2e0d40c5a20a9041a516 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 07:12:10 +0000 Subject: [PATCH] Bump oj from 3.7.10 to 3.17.3 Bumps [oj](https://github.com/ohler55/oj) from 3.7.10 to 3.17.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.7.10...v3.17.3) --- updated-dependencies: - dependency-name: oj dependency-version: 3.17.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 39d2700..9ecb71b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'oj', '~> 3.0' +gem 'oj', '~> 3.17' gem 'resque', '~> 2.0' group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 131e8a4..9e77d76 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,7 @@ GEM remote: https://rubygems.org/ specs: addressable (2.4.0) + bigdecimal (4.1.2) builder (3.2.3) descendants_tracker (0.0.4) thread_safe (~> 0.3, >= 0.3.1) @@ -47,7 +48,10 @@ GEM multi_json (~> 1.3) multi_xml (~> 0.5) rack (>= 1.2, < 3) - oj (3.7.10) + oj (3.17.3) + bigdecimal (>= 3.0) + ostruct (>= 0.2) + ostruct (0.6.3) psych (3.1.0) rack (2.0.6) rack-protection (2.0.5) @@ -81,7 +85,7 @@ PLATFORMS DEPENDENCIES jeweler mocha (~> 0.9) - oj (~> 3.0) + oj (~> 3.17) resque (~> 2.0) shoulda (~> 2.10.2)