From b33869378b551cd3c7fe08fb4252ff490b59fca6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 08:55:53 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.2 to 2.7.3 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.2 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.2...v2.7.3) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.7.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 9c16b94..a07c1a4 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem "kamal", "2.7.0", require: false gem "thruster", "0.1.15", require: false group :development, :test do - gem "sqlite3", "2.7.2" + gem "sqlite3", "2.7.3" gem "debug", "1.11.0", platforms: %i[ mri windows ], require: "debug/prelude" end diff --git a/Gemfile.lock b/Gemfile.lock index 48c91ec..e7d9797 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -289,12 +289,12 @@ GEM rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) shellany (0.0.1) - sqlite3 (2.7.2-aarch64-linux-gnu) - sqlite3 (2.7.2-aarch64-linux-musl) - sqlite3 (2.7.2-arm-linux-gnu) - sqlite3 (2.7.2-arm-linux-musl) - sqlite3 (2.7.2-x86_64-linux-gnu) - sqlite3 (2.7.2-x86_64-linux-musl) + sqlite3 (2.7.3-aarch64-linux-gnu) + sqlite3 (2.7.3-aarch64-linux-musl) + sqlite3 (2.7.3-arm-linux-gnu) + sqlite3 (2.7.3-arm-linux-musl) + sqlite3 (2.7.3-x86_64-linux-gnu) + sqlite3 (2.7.3-x86_64-linux-musl) sshkit (1.24.0) base64 logger @@ -361,7 +361,7 @@ DEPENDENCIES rails (= 8.0.2) rails-controller-testing (= 1.0.5) selenium-webdriver (= 4.9.0) - sqlite3 (= 2.7.2) + sqlite3 (= 2.7.3) stimulus-rails (= 1.3.4) thruster (= 0.1.15) turbo-rails (= 2.0.14)