From 8e251a1cde34b0ce8b609ab5f54e4805ef3d7c15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 20:27:47 +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 2283ff6..4c7fbec 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "rspec" gem "activerecord", "~> 5.2.3", require: "active_record" -gem "sqlite3", "~> 1.3.6" +gem "sqlite3", "~> 2.9.5" gem "rake" gem "database_cleaner" gem "pry" diff --git a/Gemfile.lock b/Gemfile.lock index 6b9af11..a48d89a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -21,6 +21,7 @@ GEM concurrent-ruby (~> 1.0) json (1.8.6) method_source (0.9.2) + mini_portile2 (2.8.9) minitest (5.13.0) pry (0.12.2) coderay (~> 1.1.0) @@ -39,7 +40,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.9.0) rspec-support (3.9.0) - sqlite3 (1.3.13) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) thread_safe (0.3.6) tzinfo (1.2.5) thread_safe (~> 0.1) @@ -54,7 +56,7 @@ DEPENDENCIES pry rake rspec - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) BUNDLED WITH 2.0.2