From 321360997aece931e9d35ced6b11e5ae69bcc3b4 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 31 Jan 2024 06:21:10 +0000
Subject: [PATCH] Bump sqlite3 from 1.7.1 to 1.7.2

Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases)
- [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: sqlite3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 a29485d..181508b 100644
--- a/Gemfile
+++ a/Gemfile
@@ -1,7 +1,7 @@
 source "https://rubygems.org"
 gem "jekyll", "~> 4.3.3"
 gem "jekyll-theme-modernist", "~> 0.2"
-gem "sqlite3", "~> 1.7.1", force_ruby_platform: true
+gem "sqlite3", "~> 1.7.2", force_ruby_platform: true
 
 # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
 # and associated library.
diff --git a/Gemfile.lock b/Gemfile.lock
index 5b69b82..2c6a18e 100644
--- a/Gemfile.lock
+++ a/Gemfile.lock
@@ -64,7 +64,7 @@
       google-protobuf (~> 3.23)
     sass-embedded (1.69.5-x86_64-linux-gnu)
       google-protobuf (~> 3.23)
-    sqlite3 (1.7.1)
+    sqlite3 (1.7.2)
       mini_portile2 (~> 2.8.0)
     terminal-table (3.0.2)
       unicode-display_width (>= 1.1.1, < 3)
@@ -78,7 +78,7 @@
 DEPENDENCIES
   jekyll (~> 4.3.3)
   jekyll-theme-modernist (~> 0.2)
-  sqlite3 (~> 1.7.1)
+  sqlite3 (~> 1.7.2)
   tzinfo (~> 2.0.6)
   tzinfo-data
   wdm (~> 0.1.1)
--
rgit 0.1.5