From 05014f5fa0ab3e41cb731a8d4a07b49000732fca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:28:35 +0000 Subject: [PATCH] Bump sqlite3 from 1.3.13 to 2.9.5 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.3.13 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.3.13...v2.9.5) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.9.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a17abdd9..f80bff2d 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" # Database -gem 'sqlite3', '~>1.3.6' +gem 'sqlite3', '~>2.9.5' # Testing gem 'rspec' diff --git a/Gemfile.lock b/Gemfile.lock index 9a354230..006010d6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,6 +4,7 @@ GEM coderay (1.1.2) diff-lcs (1.3) method_source (0.9.2) + mini_portile2 (2.8.9) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -20,7 +21,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - sqlite3 (1.3.13) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) PLATFORMS ruby @@ -28,7 +30,7 @@ PLATFORMS DEPENDENCIES pry rspec - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) BUNDLED WITH 2.0.1