From df03ed9b08e4af61a0f66532b7886fb883633425 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 09:24:14 +0000 Subject: [PATCH] Bump json from 2.21.2 to 3.0.1 Bumps [json](https://github.com/ruby/json) from 2.21.2 to 3.0.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.21.2...v3.0.1) --- updated-dependencies: - dependency-name: json dependency-version: 3.0.1 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 68fd5d6d0..7899199df 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'i18n' gem 'image_processing' gem 'importmap-rails' gem 'jbuilder' -gem 'json', '~> 2.21.2' +gem 'json', '~> 3.0.1' gem 'kaminari' gem 'omniauth-rails_csrf_protection', '~> 2.0.1' gem 'omniauth-rpi', diff --git a/Gemfile.lock b/Gemfile.lock index 3c8fa0f09..0c059b939 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,7 +244,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.21.2) + json (3.0.1) jwt (2.10.3) base64 kaminari (1.2.2) @@ -596,7 +596,7 @@ DEPENDENCIES image_processing importmap-rails jbuilder - json (~> 2.21.2) + json (~> 3.0.1) kaminari omniauth-rails_csrf_protection (~> 2.0.1) omniauth-rpi!