From 021c72f21352b2154e7085a98a0f7b0a4f494cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:10:22 +0000 Subject: [PATCH] Bump sqlite3 from 2.8.0 to 2.8.1 in the dependencies group Bumps the dependencies group with 1 update: [sqlite3](https://github.com/sparklemotion/sqlite3-ruby). Updates `sqlite3` from 2.8.0 to 2.8.1 - [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/v2.8.0...v2.8.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index ff5e03d..05d166b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -422,7 +422,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.8.0) + sqlite3 (2.8.1) mini_portile2 (~> 2.8.0) stimulus-rails (1.3.4) railties (>= 6.0.0)