From 49253322a842954bec38c14c906a9e8dfd73e27a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 11:21:37 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.0 to 2.7.1 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.0 to 2.7.1. - [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.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.1 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 07f08b2..bbf73f8 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 6b16193..396ff4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,8 +281,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.1-x64-mingw-ucrt) + sqlite3 (2.7.1-x86_64-linux-gnu) sshkit (1.24.0) base64 logger @@ -345,7 +345,7 @@ DEPENDENCIES redis (>= 4.0.1) rubocop-rails-omakase sidekiq (~> 8.0) - sqlite3 (~> 2.6) + sqlite3 (~> 2.7) stimulus-rails thruster turbo-rails