From e9f8509ec6bfb866b48af58d75349b34774fae0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2026 03:04:03 +0000 Subject: [PATCH] Update dependency sqlite3 to v2 [SECURITY] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fd6a99c..98f7f67 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 7.0.4" gem "sprockets-rails" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.9", ">= 2.9.5" # Use the Puma web server [https://github.com/puma/puma] gem "puma", "~> 5.0"