From b2482bc41d183e1fedbb93b1239da0f443d966e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 09:34:34 +0000 Subject: [PATCH] build(deps): bump json from 2.21.1 to 2.21.2 Bumps [json](https://github.com/ruby/json) from 2.21.1 to 2.21.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.1...v2.21.2) --- updated-dependencies: - dependency-name: json dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 782804be..7db88d1b 100644 --- a/Gemfile +++ b/Gemfile @@ -70,7 +70,7 @@ gem "octokit", "~> 10.0" gem "googleauth", "~> 1.17" gem "google-apis-safebrowsing_v4", "~> 0.22.0" -gem "json", "2.21.1" +gem "json", "2.21.2" gem "bigdecimal", "4.0.1" gem "bcrypt", "3.1.21" diff --git a/Gemfile.lock b/Gemfile.lock index d88c1f6c..de778f1b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -258,7 +258,7 @@ GEM actionview (>= 7.0.0) activesupport (>= 7.0.0) jmespath (1.6.2) - json (2.21.1) + json (2.21.2) jwt (3.2.0) base64 language_server-protocol (3.17.0.6) @@ -587,7 +587,7 @@ DEPENDENCIES googleauth (~> 1.17) importmap-rails jbuilder - json (= 2.21.1) + json (= 2.21.2) mini_magick (~> 5.3) octokit (~> 10.0) ostruct (~> 0.6.3)