From fe4081fb03a4e5262fd31102b7229c026105bb93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 21:02:52 +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 73545fe..27204cb 100644 --- a/Gemfile +++ b/Gemfile @@ -4,6 +4,6 @@ source "https://rubygems.org" # gem "rails" gem 'pry-byebug' gem 'require_all' -gem 'sqlite3', '~> 1.3.6' +gem 'sqlite3', '~> 2.9.5' gem 'rspec' gem "faker" diff --git a/Gemfile.lock b/Gemfile.lock index 5264b65..8f632f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,6 +10,7 @@ GEM i18n (1.6.0) concurrent-ruby (~> 1.0) method_source (0.9.2) + mini_portile2 (2.8.9) pry (0.12.2) coderay (~> 1.1.0) method_source (~> 0.9.0) @@ -30,7 +31,8 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - sqlite3 (1.3.13) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) PLATFORMS ruby @@ -40,7 +42,7 @@ DEPENDENCIES pry-byebug require_all rspec - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) BUNDLED WITH 2.0.1