From 282609a5971ab092136d4d1ed4ed4fd7f0adfbe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 07:56:25 +0000 Subject: [PATCH] Update dependency sqlite3 to v2.9.5 [SECURITY] --- Gemfile.lock | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index be110b2..08ea1d4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -98,6 +98,7 @@ GEM erubi (1.13.1) ffi (1.17.4-arm64-darwin) ffi (1.17.4-x86_64-darwin) + ffi (1.17.4-x86_64-linux-gnu) globalid (1.4.0) activesupport (>= 6.1) i18n (1.15.2) @@ -138,6 +139,8 @@ GEM racc (~> 1.4) nokogiri (1.19.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.19.4-x86_64-linux-gnu) + racc (~> 1.4) pp (0.6.4) prettyprint prettyprint (0.2.0) @@ -217,8 +220,9 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.8.1-arm64-darwin) - sqlite3 (2.8.1-x86_64-darwin) + sqlite3 (2.9.6-arm64-darwin) + sqlite3 (2.9.6-x86_64-darwin) + sqlite3 (2.9.6-x86_64-linux-gnu) thor (1.5.0) tilt (2.8.0) timeout (0.6.1) @@ -237,6 +241,7 @@ PLATFORMS arm64-darwin-25 x86_64-darwin-19 x86_64-darwin-21 + x86_64-linux DEPENDENCIES debug (~> 1)