From 141abee80478592fe60a071bf89b617547c8726b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 06:47:56 +0000 Subject: [PATCH] Update dependency sqlite3 to v1.7.0 --- Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d4986af..5f55cda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -216,8 +216,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.9-arm64-darwin) - sqlite3 (1.6.9-x86_64-linux) + sqlite3 (1.7.0-arm64-darwin) + sqlite3 (1.7.0-x86_64-linux) stringio (3.1.0) thor (1.3.0) timeout (0.4.1)