From 9ab15d2d18144916c5289185c8871f66aa7ef8c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 09:19:17 +0000 Subject: [PATCH] Bump json from 2.10.2 to 2.14.1 Bumps [json](https://github.com/ruby/json) from 2.10.2 to 2.14.1. - [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.10.2...v2.14.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.14.1 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 1ee8cb8..788a01b 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "jbuilder" gem "bootstrap", "~> 5.1.3" gem "jquery-rails" gem "sassc-rails" -gem "json", "~> 2.10", ">= 2.10.2" +gem "json", "~> 2.14" gem "pg" group :development, :test do gem "dotenv-rails", "~> 2.7" # use 2.7 to avoid the removed `instrumenter=` method diff --git a/Gemfile.lock b/Gemfile.lock index 8f02fcc..80774d3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -152,7 +152,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.10.2) + json (2.14.1) kamal (1.9.2) activesupport (>= 7.0) base64 (~> 0.2) @@ -415,7 +415,7 @@ DEPENDENCIES importmap-rails jbuilder jquery-rails - json (~> 2.10, >= 2.10.2) + json (~> 2.14) kamal pg propshaft