From 2f80849aa79ed063d19615fc5b53d462f2ee1f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 15:51:48 +0000 Subject: [PATCH] Bump sqlite3 from 2.7.4 to 2.8.0 Bumps [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) from 2.7.4 to 2.8.0. - [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/v2.7.4...v2.8.0) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index db78fda5..f87854cb 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'will_paginate' gem 'rexml' # Use --without argument to skip unnecessary drivers -gem 'sqlite3', '~> 2.7', group: :sqlite +gem 'sqlite3', '~> 2.8', group: :sqlite gem 'mysql2', '~> 0.5', group: :mysql gem 'pg', '~> 1.6', group: :postgresql diff --git a/Gemfile.lock b/Gemfile.lock index 7e411814..0c33d3d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -384,7 +384,7 @@ GEM actionpack (>= 6.1) activesupport (>= 6.1) sprockets (>= 3.0.0) - sqlite3 (2.7.4) + sqlite3 (2.8.0) mini_portile2 (~> 2.8.0) stringio (3.1.7) stripe (17.2.0) @@ -465,7 +465,7 @@ DEPENDENCIES solargraph spring (~> 4) sprockets-rails - sqlite3 (~> 2.7) + sqlite3 (~> 2.8) stripe terser tolk (~> 6.0.0)