From eb9ce2f16bab76f85a51d91f0c99b85001fbf156 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 22:16:49 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Upgrade=20dependency=20sql?= =?UTF-8?q?ite3=20to=20v2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 2 +- Gemfile.lock | 6 +++--- captive-crash-reporter/Gemfile | 2 +- captive-crash-reporter/Gemfile.lock | 7 +++---- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 7ef7a934..3e5bdbfb 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gemspec gem "rails", "~> 7.1.0" gem "puma", "~> 6.6.0" -gem "sqlite3", "~> 1.7.0" +gem "sqlite3", "~> 2.9.0" gem "pg", "~> 1.6.0" # Start debugger with binding.b [https://github.com/ruby/debug] diff --git a/Gemfile.lock b/Gemfile.lock index 31b56d29..32a4381d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -398,8 +398,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3-arm64-darwin) - sqlite3 (1.7.3-x86_64-linux) + sqlite3 (2.9.2-arm64-darwin) + sqlite3 (2.9.2-x86_64-linux-gnu) stringio (3.1.7) thor (1.4.0) timeout (0.4.3) @@ -441,7 +441,7 @@ DEPENDENCIES rubocop-config-captive (~> 1.16.0) shoulda-matchers (~> 6.5.0) sprockets-rails (~> 3.5.0) - sqlite3 (~> 1.7.0) + sqlite3 (~> 2.9.0) webmock (~> 3.25.0) yard (~> 0.9.34) diff --git a/captive-crash-reporter/Gemfile b/captive-crash-reporter/Gemfile index 68c0ab42..eaddb843 100644 --- a/captive-crash-reporter/Gemfile +++ b/captive-crash-reporter/Gemfile @@ -6,7 +6,7 @@ gemspec gem "puma", "6.6.1" -gem "sqlite3", "1.7.3" +gem "sqlite3", "2.9.2" gem "sprockets-rails", "3.5.2" diff --git a/captive-crash-reporter/Gemfile.lock b/captive-crash-reporter/Gemfile.lock index 8d9a37be..2516c35b 100644 --- a/captive-crash-reporter/Gemfile.lock +++ b/captive-crash-reporter/Gemfile.lock @@ -61,7 +61,6 @@ GEM loofah (2.24.1) crass (~> 1.0.2) nokogiri (>= 1.12.0) - mini_portile2 (2.8.9) minitest (5.26.0) nio4r (2.7.4) nokogiri (1.18.10-arm64-darwin) @@ -134,8 +133,8 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (1.7.3) - mini_portile2 (~> 2.8.0) + sqlite3 (2.9.2-arm64-darwin) + sqlite3 (2.9.2-x86_64-linux-gnu) stringio (3.1.7) thor (1.4.0) tsort (0.2.0) @@ -153,7 +152,7 @@ DEPENDENCIES captive-crash-reporter! puma (= 6.6.1) sprockets-rails (= 3.5.2) - sqlite3 (= 1.7.3) + sqlite3 (= 2.9.2) BUNDLED WITH 2.4.17