From 2bf436b78628b6b4646ecb4eb35000702a8344b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 12:20:51 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.0 to 2.7.2 --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 6c7fb6c..46593bf 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem "rails", "~> 8.0.1" # The modern asset pipeline for Rails [https://github.com/rails/propshaft] gem "propshaft" # Use sqlite3 as the database for Active Record -gem "sqlite3", "~> 2.6" +gem "sqlite3", "~> 2.7" # Use the Puma web server [https://github.com/puma/puma] gem "puma", ">= 5.0" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] diff --git a/Gemfile.lock b/Gemfile.lock index ebbb474..657c0cf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -295,8 +295,8 @@ GEM logger (>= 1.6.2) rack (>= 3.1.0) redis-client (>= 0.23.2) - sqlite3 (2.7.0-x64-mingw-ucrt) - sqlite3 (2.7.0-x86_64-linux-gnu) + sqlite3 (2.7.2-x64-mingw-ucrt) + sqlite3 (2.7.2-x86_64-linux-gnu) sshkit (1.24.0) base64 logger @@ -361,7 +361,7 @@ DEPENDENCIES redis (>= 4.0.1) rubocop-rails-omakase sidekiq (~> 8.0) - sqlite3 (~> 2.6) + sqlite3 (~> 2.7) stimulus-rails thruster turbo-rails