From 0265732197271221092dd1e36946a5246e2ce6e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 03:02:35 +0000 Subject: [PATCH] Bump sqlite3 from 2.9.0 to 2.9.1 in /rails_app/rails_7.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.0 to 2.9.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.9.0...v2.9.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rails_app/rails_7.2/Gemfile.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rails_app/rails_7.2/Gemfile.lock b/rails_app/rails_7.2/Gemfile.lock index f0afa16c..e7ed2479 100644 --- a/rails_app/rails_7.2/Gemfile.lock +++ b/rails_app/rails_7.2/Gemfile.lock @@ -229,8 +229,8 @@ GEM addressable (>= 2.3.5) faraday (>= 0.17.3, < 3) securerandom (0.4.1) - sqlite3 (2.9.0-x86_64-darwin) - sqlite3 (2.9.0-x86_64-linux-gnu) + sqlite3 (2.9.1-x86_64-darwin) + sqlite3 (2.9.1-x86_64-linux-gnu) stringio (3.2.0) thor (1.5.0) timeout (0.6.0)