From 6af6120a9076005b27416f77ec64330250c50606 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 05:21:23 +0000 Subject: [PATCH] Bump sqlite3 from 2.8.0 to 2.8.1 in the bundler group Bumps the bundler 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: bundler ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d8aba155..d98bde97 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -280,10 +280,10 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.8.0) + sqlite3 (2.8.1) mini_portile2 (~> 2.8.0) - sqlite3 (2.8.0-arm64-darwin) - sqlite3 (2.8.0-x86_64-linux-gnu) + sqlite3 (2.8.1-arm64-darwin) + sqlite3 (2.8.1-x86_64-linux-gnu) stringio (3.1.8) thor (1.4.0) timeout (0.4.4)