From 92c8bfdc203674144a85b3822bef2cd47a5bc982 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 10:17:14 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.0 to 2.7.3 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.0 to 2.7.3. - [Release notes](https://github.com/sparklemotion/sqlite3-ruby/releases) - [Changelog](https://github.com/sparklemotion/sqlite3-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/sparklemotion/sqlite3-ruby/compare/v2.7.0...v2.7.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.3 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..7ec77b2 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.3-x64-mingw-ucrt) + sqlite3 (2.7.3-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