From 4d7fa290e1463a3ee330bbf333cd388de36a7938 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:52:48 +0000 Subject: [PATCH] Bump sqlite3 from 1.4.0 to 2.9.5 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.4.0 to 2.9.5. - [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/v1.4.0...v2.9.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index f6fe86a..d2c0341 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,10 +3,12 @@ GEM specs: coderay (1.1.2) method_source (0.9.2) + mini_portile2 (2.8.9) pry (0.11.3) coderay (~> 1.1.0) method_source (~> 0.9.0) - sqlite3 (1.4.0) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) PLATFORMS ruby