From 765e22ffea71e905a242ed193cbda8f7ea489d01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Dec 2025 04:14:38 +0000 Subject: [PATCH] Bump sqlite3 from 2.8.1 to 2.9.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.8.1 to 2.9.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.8.1...v2.9.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7316d86..59f79e8 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "rails", "8.1.1" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft", "1.3.1" # Use sqlite3 as the database for Active Record -gem "sqlite3", "2.8.1" +gem "sqlite3", "2.9.0" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "7.1.0" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] diff --git a/Gemfile.lock b/Gemfile.lock index 5afd3b3..0b55762 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,9 +274,9 @@ GEM rubyzip (>= 1.2.2, < 4.0) websocket (~> 1.0) sin_lru_redux (2.5.2) - sqlite3 (2.8.1) + sqlite3 (2.9.0) mini_portile2 (~> 2.8.0) - sqlite3 (2.8.1-x86_64-linux-gnu) + sqlite3 (2.9.0-x86_64-linux-gnu) standard (1.52.0) language_server-protocol (~> 3.17.0.2) lint_roller (~> 1.0) @@ -341,7 +341,7 @@ DEPENDENCIES rouge (~> 4.6) ruby_ui! selenium-webdriver - sqlite3 (= 2.8.1) + sqlite3 (= 2.9.0) standard stimulus-rails (= 1.3.4) tailwind_merge (~> 1.3.1)