From 67bd6be965f9d0fb18131daf3fadb6394c02d5c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 03:42:03 +0000 Subject: [PATCH] Bump sqlite3 from 1.6.1 to 2.9.5 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 1.6.1 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.1...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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4ce0ead..859fa9a 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ end # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 7.2.0', '>= 7.2.3.1' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~> 1.6.0' +gem 'sqlite3', '~> 2.9.5' # Use Puma as the app server gem 'puma', '~> 6.1', '>= 6.1.1' # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index 2244069..22c019a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -409,7 +409,7 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.6.1) + sqlite3 (2.9.5) mini_portile2 (~> 2.8.0) stringio (3.2.0) thor (1.5.0) @@ -486,7 +486,7 @@ DEPENDENCIES sentry-ruby (~> 5.22) spring (~> 4.1) sprockets (~> 3.7.2) - sqlite3 (~> 1.6.0) + sqlite3 (~> 2.9.5) turbo-rails (~> 1.4) tzinfo-data web-console (~> 4.2.0)