From ac4f853649219c2e51efc22fd8a2b25deeccb8d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 16 Sep 2026 03:53:48 +0000 Subject: [PATCH] build(deps): Bump json from 2.21.2 to 3.0.2 Bumps [json](https://github.com/ruby/json) from 2.21.2 to 3.0.2. - [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.21.2...v3.0.2) --- updated-dependencies: - dependency-name: json dependency-version: 3.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 22646b3..79a29f5 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem "rails", "~> 8.1.2" # Pin json below 3.x: json 3.x breaks ActiveSupport::JSON.decode on # activesupport 8.1.3.1 (same issue interstandard hit and pinned around). -gem "json", "~> 2.9" +gem "json", "~> 3.0" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use postgresql as the database for Active Record diff --git a/Gemfile.lock b/Gemfile.lock index 200d6ea..e0cb33a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -165,7 +165,7 @@ GEM jbuilder (2.15.1) actionview (>= 7.0.0) activesupport (>= 7.0.0) - json (2.21.2) + json (3.0.2) kamal (2.12.0) activesupport (>= 7.0) base64 (~> 0.2) @@ -319,11 +319,11 @@ GEM reline (0.6.3) io-console (~> 0.5) rexml (3.4.4) - rubocop (1.86.0) - json (~> 2.3) + rubocop (1.91.0) + json (>= 2.3) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.1.0) - parallel (~> 1.10) + parallel (>= 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 2.9.3, < 3.0) @@ -459,7 +459,7 @@ DEPENDENCIES image_processing (~> 2.0) importmap-rails jbuilder - json (~> 2.9) + json (~> 3.0) kamal lutaml-model (= 0.7.7) mml (= 2.0.3)