From e78f75356eb6fe5e899652acdbb10dcdb7816cb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:25:35 +0000 Subject: [PATCH] Update sqlite3 requirement from ~> 1.4 to ~> 2.8 in /gemfiles/sequel-4 Updates the requirements on [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to permit the latest version. - [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.4.0...v2.8.1) --- updated-dependencies: - dependency-name: sqlite3 dependency-version: 2.8.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemfiles/sequel-4/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/sequel-4/Gemfile b/gemfiles/sequel-4/Gemfile index 4ff0d8c5..55eff110 100644 --- a/gemfiles/sequel-4/Gemfile +++ b/gemfiles/sequel-4/Gemfile @@ -4,6 +4,6 @@ gemspec path: "../.." gem "haml" gem "sinatra", "~> 3" -gem "sqlite3", "~> 1.4" +gem "sqlite3", "~> 2.8" gem "sequel", "4.41.0" # There was an incompatibility with ruby 3 in versions 4.42 - 5.29.