From 8b20d4f8415719f56b960bb91cb4cb53fb5d7153 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:09:38 +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 e29be3c..cc7871a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,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 2738df6..6201086 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,6 +2,7 @@ GEM remote: https://rubygems.org/ specs: diff-lcs (1.3) + mini_portile2 (2.8.9) rspec (3.8.0) rspec-core (~> 3.8.0) rspec-expectations (~> 3.8.0) @@ -15,14 +16,15 @@ 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 DEPENDENCIES rspec - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) BUNDLED WITH 2.0.1