From 5f145515147dcdd4bb2cdcdcd0ec39fb737e62e5 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 11 Feb 2025 06:54:30 +0000
Subject: [PATCH] Bump json from 2.9.1 to 2.10.1

Bumps [json](https://github.com/ruby/json) from 2.9.1 to 2.10.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.9.1...v2.10.1)

---
updated-dependencies:
- dependency-name: json
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>---
 Gemfile      | 2 +-
 Gemfile.lock | 4 +++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 0d9aadd..4aa0789 100644
--- a/Gemfile
+++ a/Gemfile
@@ -14,4 +14,4 @@
 gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
 
 gem "webrick", "~> 1.9"
-gem "json", "~> 2.9"
+gem "json", "~> 2.10"
diff --git a/Gemfile.lock b/Gemfile.lock
index c599e13..7c6e44d 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -52,7 +52,7 @@
       jekyll-seo-tag (~> 2.0)
     jekyll-watch (2.2.1)
       listen (~> 3.0)
-    json (2.9.1)
+    json (2.10.1)
     kramdown (2.5.1)
       rexml (>= 3.3.9)
     kramdown-parser-gfm (1.1.0)
@@ -91,7 +91,7 @@
 DEPENDENCIES
   jekyll (~> 4.4.1)
   jekyll-theme-modernist (~> 0.2)
-  json (~> 2.9)
+  json (~> 2.10)
   sqlite3 (~> 2.5.0)
   tzinfo (~> 2.0.6)
   tzinfo-data
--
rgit 0.1.5