From d7ae4ec02523e2561e216dacd072ff47b4086f80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 22:34:40 +0000 Subject: [PATCH] Update sinatra requirement from ~> 3.0.0 to ~> 4.0.0 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.0.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fbe2172d..fa8d75cd 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby ">= 2.7" gem "grape", "~> 1.7.0" gem "rails", "~> 7.1.0" -gem "sinatra", "~> 3.0.0" +gem "sinatra", "~> 4.0.0" eval_gemfile "./gemfiles/Gemfile.additional"