From af2d004c11e7e6e90553b6f8c41ed95c23dbef0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 19:45:10 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.2 to 2.9.5 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.2 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.6.2...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 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 123f369..af64ba0 100644 --- a/Gemfile +++ b/Gemfile @@ -13,4 +13,4 @@ gem 'rake' gem 'rubocop', '1.70.0' gem 'simplecov' gem 'sprockets-rails' -gem 'sqlite3', '<2.0.0' +gem 'sqlite3', '<3.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 76a7f65..1be7aaa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,9 +236,9 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.2-arm64-darwin) - sqlite3 (1.6.2-x86_64-darwin) - sqlite3 (1.6.2-x86_64-linux) + sqlite3 (2.9.5-arm64-darwin) + sqlite3 (2.9.5-x86_64-darwin) + sqlite3 (2.9.5-x86_64-linux-gnu) stringio (3.1.0) thor (1.3.1) timeout (0.6.1) @@ -273,7 +273,7 @@ DEPENDENCIES rubocop (= 1.70.0) simplecov sprockets-rails - sqlite3 (< 2.0.0) + sqlite3 (< 3.0.0) BUNDLED WITH 2.4.6