From 873f1f5b201285eb988f62aef7c09839c8b3e11b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:55:53 +0000 Subject: [PATCH] Bump sqlite3 from 2.8.1 to 2.9.5 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.8.1 to 2.9.5. - [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.1...v2.9.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index be110b2..a3b6319 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,6 +98,7 @@ GEM erubi (1.13.1) ffi (1.17.4-arm64-darwin) ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) globalid (1.4.0) activesupport (>= 6.1) i18n (1.15.2) @@ -138,6 +139,8 @@ GEM racc (~> 1.4) nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-gnu) + racc (~> 1.4) pp (0.6.4) prettyprint prettyprint (0.2.0) @@ -217,8 +220,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.8.1-arm64-darwin) - sqlite3 (2.8.1-x86_64-darwin) + sqlite3 (2.9.5-arm64-darwin) + sqlite3 (2.9.5-x86_64-darwin) + sqlite3 (2.9.5-x86_64-linux-gnu) thor (1.5.0) tilt (2.8.0) timeout (0.6.1) @@ -237,6 +241,7 @@ PLATFORMS arm64-darwin-25 x86_64-darwin-19 x86_64-darwin-21 + x86_64-linux DEPENDENCIES debug (~> 1)