From 440a16da18b294b66adc4beebd54156de781e7ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 23:26:19 +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 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 2761ade..56e27b2 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~>5.2' # Use sqlite3 as the database for Active Record -gem 'sqlite3', '~>1.3.6' +gem 'sqlite3', '~>2.9.5' # Use SCSS for stylesheets #gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index e725649..5d5c2c6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,7 +126,8 @@ GEM actionpack (>= 5.2) activesupport (>= 5.2) sprockets (>= 3.0.0) - sqlite3 (1.3.13) + sqlite3 (2.9.5) + mini_portile2 (~> 2.8.0) thor (1.2.1) thread_safe (0.3.6) turbolinks (5.2.1) @@ -157,7 +158,7 @@ DEPENDENCIES puma (>= 5.6.2) rails (~> 5.2) spring - sqlite3 (~> 1.3.6) + sqlite3 (~> 2.9.5) turbolinks web-console (~> 2.0)