From d2669804c006b40c311be994b1b4176b75adac6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 12:25:27 +0000 Subject: [PATCH] Update sinatra requirement from ~> 3 to ~> 4 in /gemfiles/sequel-5 Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v3.0.0...v4.2.1) --- updated-dependencies: - dependency-name: sinatra dependency-version: 4.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemfiles/sequel-5/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemfiles/sequel-5/Gemfile b/gemfiles/sequel-5/Gemfile index 5ba5a6a1..ff16cc8a 100644 --- a/gemfiles/sequel-5/Gemfile +++ b/gemfiles/sequel-5/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" gemspec path: "../.." gem "haml" -gem "sinatra", "~> 3" +gem "sinatra", "~> 4" gem "sqlite3", "~> 1.4" gem "sequel", "~> 5.0"