From fdd54cc9a94356b082e4b644d8b67bd28dce6bb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2026 23:07:29 +0000 Subject: [PATCH] Bump sqlite3 from 2.9.1 to 2.9.2 in /rails_app/rails_7.2 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.9.1 to 2.9.2. - [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.1...v2.9.2) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.2 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 e7ed2479..b5814b92 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.1-x86_64-darwin) - sqlite3 (2.9.1-x86_64-linux-gnu) + sqlite3 (2.9.2-x86_64-darwin) + sqlite3 (2.9.2-x86_64-linux-gnu) stringio (3.2.0) thor (1.5.0) timeout (0.6.0)