From a3150f41d5777b8a961aad3dfa7fae442b7cb832 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 22:04:13 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.3 to 2.8.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.3 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.7.3...v2.8.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.1 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 ffaf389..7794b81 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem "rails", "~> 7.2.1" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.7" +gem "sqlite3", "~> 2.8" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 6.6" diff --git a/Gemfile.lock b/Gemfile.lock index 2df49e8..793e2ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -229,9 +229,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.7.3-arm64-darwin) - sqlite3 (2.7.3-x86_64-darwin) - sqlite3 (2.7.3-x86_64-linux-gnu) + sqlite3 (2.8.1-arm64-darwin) + sqlite3 (2.8.1-x86_64-darwin) + sqlite3 (2.8.1-x86_64-linux-gnu) stringio (3.1.7) thor (1.4.0) tilt (2.6.1) @@ -267,7 +267,7 @@ DEPENDENCIES puma (~> 6.6) rails (~> 7.2.1) sprockets-rails - sqlite3 (~> 2.7) + sqlite3 (~> 2.8) turbo-rails tzinfo-data web-console