From 352445da4ca781b2f28d7300ade79ba4bab0c20f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:42:02 +0000 Subject: [PATCH] Bump json from 2.19.3 to 2.19.9 Bumps [json](https://github.com/ruby/json) from 2.19.3 to 2.19.9. - [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.19.3...v2.19.9) --- updated-dependencies: - dependency-name: json dependency-version: 2.19.9 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4ce0ead..27fa766 100644 --- a/Gemfile +++ b/Gemfile @@ -41,7 +41,7 @@ gem 'webrick', '>= 1.8.2' gem 'net-imap', '>= 0.3.9' gem 'faraday', '>= 2.14.1' gem 'bcrypt', '~> 3.1', '>= 3.1.22' -gem 'json', '~> 2.19', '>= 2.19.2' +gem 'json', '~> 2.19' gem 'sentry-ruby', '~> 5.22' gem 'sentry-rails', '~> 5.22' diff --git a/Gemfile.lock b/Gemfile.lock index 2244069..f651596 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.19.3) + json (2.19.9) jwt (2.7.0) listen (3.8.0) rb-fsevent (~> 0.10, >= 0.10.3) @@ -465,7 +465,7 @@ DEPENDENCIES httparty (>= 0.24.0) jbuilder (~> 2.11, >= 2.9.1) jquery-rails (~> 4.5.1) - json (~> 2.19, >= 2.19.2) + json (~> 2.19) listen (~> 3.8.0) loofah (>= 2.19.1) net-imap (>= 0.3.9)