From 1d7c089a9aad49f7369dabdc968d8174ee8ea087 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:25:48 +0000 Subject: [PATCH] Update sequel requirement from 4.41.0 to 5.102.0 in /gemfiles/sequel-4 Updates the requirements on [sequel](https://github.com/jeremyevans/sequel) to permit the latest version. - [Changelog](https://github.com/jeremyevans/sequel/blob/master/CHANGELOG) - [Commits](https://github.com/jeremyevans/sequel/compare/4.41.0...5.102.0) --- updated-dependencies: - dependency-name: sequel dependency-version: 5.102.0 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..e6a3fb42 100644 --- a/gemfiles/sequel-4/Gemfile +++ b/gemfiles/sequel-4/Gemfile @@ -6,4 +6,4 @@ gem "haml" gem "sinatra", "~> 3" gem "sqlite3", "~> 1.4" -gem "sequel", "4.41.0" # There was an incompatibility with ruby 3 in versions 4.42 - 5.29. +gem "sequel", "5.102.0" # There was an incompatibility with ruby 3 in versions 4.42 - 5.29.