From d9e7fce33ace75d4dea51531a6433f7d1625d0e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 00:15:06 +0000 Subject: [PATCH] Bump sqlite3 from 2.8.0 to 2.8.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) 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:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 423e9c4..2fb7f1f 100644 --- a/Gemfile +++ b/Gemfile @@ -79,7 +79,7 @@ group :development do # gem "rack-mini-profiler" # Use sqlite3 as the database for Active Record - gem "sqlite3", "~> 2.6" + gem "sqlite3", "~> 2.8" # Speed up commands on slow machines / big apps [https://github.com/rails/spring] # gem "spring" diff --git a/Gemfile.lock b/Gemfile.lock index 56cadf1..5ecd799 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -349,7 +349,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.8.0-x86_64-linux-gnu) + sqlite3 (2.8.1-x86_64-linux-gnu) stimulus-rails (1.3.4) railties (>= 6.0.0) stringio (3.1.8) @@ -415,7 +415,7 @@ DEPENDENCIES simple_form simplecov sprockets-rails - sqlite3 (~> 2.6) + sqlite3 (~> 2.8) stimulus-rails turbo-rails tzinfo-data