From c57ef1ec15305a3bfce5f686ae438e7c8afb936c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 10:03:27 +0000 Subject: [PATCH] build(deps): bump sqlite3 from 2.9.5 to 2.9.6 in /docs Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.5 to 2.9.6. - [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.9.5...v2.9.6) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 92ad4d04..6d521cc5 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,7 +8,7 @@ gem "rails", "8.1.3.1" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft", "1.3.2" # Use sqlite3 as the database for Active Record -gem "sqlite3", "2.9.5" +gem "sqlite3", "2.9.6" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "8.0.2" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 5c91f531..107e881f 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -303,9 +303,9 @@ GEM websocket (~> 1.0) simpleidn (0.2.3) sin_lru_redux (2.5.2) - sqlite3 (2.9.5) + sqlite3 (2.9.6) mini_portile2 (~> 2.8.0) - sqlite3 (2.9.5-x86_64-linux-gnu) + sqlite3 (2.9.6-x86_64-linux-gnu) standard (1.56.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -371,7 +371,7 @@ DEPENDENCIES ruby_ui! ruby_ui-mcp! selenium-webdriver - sqlite3 (= 2.9.5) + sqlite3 (= 2.9.6) standard stimulus-rails (= 1.3.4) tailwind_merge (~> 1.5.2)