From fc930445308ee6d6918dd0e876e25f4f614cee6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Sep 2026 00:33:49 +0000 Subject: [PATCH] build(deps): bump json from 2.21.2 to 3.0.0 Bumps [json](https://github.com/ruby/json) from 2.21.2 to 3.0.0. - [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.0) --- updated-dependencies: - dependency-name: json dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index e1281cfb..ed1cca4e 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" gem "rails", "~> 8.1.3" # ActiveSupport 8.1.3.1 passes JSON.parse options positionally; json 3 accepts # keyword options only. Keep the compatible API until Rails updates its decoder. -gem "json", "< 3" +gem "json", "< 4" # 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 71a0122e..25150378 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -309,7 +309,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.21.2) + json (3.0.0) json-canonicalization (1.0.0) json-jwt (1.17.2) activesupport (>= 4.2) @@ -982,7 +982,7 @@ DEPENDENCIES importmap-rails inkmark jbuilder - json (< 3) + json (< 4) letter_opener lexxy (~> 0.9.24) madmin (~> 2.4)