From 1b06eae10d81f7a70320c69b7e81b1a54efc432a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 08:34:13 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.4 to 2.8.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.4 to 2.8.0. - [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.7.4...v2.8.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index f5b32a1..f3fafc7 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 8.0.3" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.6" +gem "sqlite3", "~> 2.8" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index bbbdc86..311a8f2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -314,10 +314,10 @@ GEM fugit (~> 1.11.0) railties (>= 7.1) thor (>= 1.3.1) - sqlite3 (2.7.4) + sqlite3 (2.8.0) mini_portile2 (~> 2.8.0) - sqlite3 (2.7.4-x64-mingw-ucrt) - sqlite3 (2.7.4-x86_64-linux-gnu) + sqlite3 (2.8.0-x64-mingw-ucrt) + sqlite3 (2.8.0-x86_64-linux-gnu) sshkit (1.24.0) base64 logger @@ -382,7 +382,7 @@ DEPENDENCIES solid_cable solid_cache solid_queue - sqlite3 (~> 2.6) + sqlite3 (~> 2.8) stimulus-rails thruster turbo-rails