From e9bbb100b48ba7ff8e07d4d56423cc35430a8852 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 02:48:45 +0000 Subject: [PATCH] Bump sqlite3 from 2.9.3 to 2.9.4 in /docs Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.3 to 2.9.4. - [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.3...v2.9.4) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.4 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 fd65ad8ea..b4386b3b9 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -8,7 +8,7 @@ gem "rails", "8.1.3" # 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.3" +gem "sqlite3", "2.9.4" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "7.2.0" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index 47f064ca8..9323e3661 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -278,9 +278,9 @@ GEM rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) sin_lru_redux (2.5.2) - sqlite3 (2.9.3) + sqlite3 (2.9.4) mini_portile2 (~> 2.8.0) - sqlite3 (2.9.3-x86_64-linux-gnu) + sqlite3 (2.9.4-x86_64-linux-gnu) standard (1.54.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -345,7 +345,7 @@ DEPENDENCIES rss (= 0.3.2) ruby_ui! selenium-webdriver - sqlite3 (= 2.9.3) + sqlite3 (= 2.9.4) standard stimulus-rails (= 1.3.4) tailwind_merge (~> 1.4.0)