From 8cad30930cbfa1ee18135dc5dd464a58935702c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 06:52:14 +0000 Subject: [PATCH] Update sinatra requirement from >= 1.4, < 4.0 to >= 1.4, < 5.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/1.4.0...v3.2.0) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- gemstash.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gemstash.gemspec b/gemstash.gemspec index 789e3a19..de1d6212 100644 --- a/gemstash.gemspec +++ b/gemstash.gemspec @@ -40,7 +40,7 @@ you push your own private gems as well." spec.add_runtime_dependency "puma", "~> 6.1" spec.add_runtime_dependency "sequel", "~> 5.0" spec.add_runtime_dependency "server_health_check-rack", "~> 0.1" - spec.add_runtime_dependency "sinatra", ">= 1.4", "< 4.0" + spec.add_runtime_dependency "sinatra", ">= 1.4", "< 5.0" spec.add_runtime_dependency "terminal-table", "~> 3.0" spec.add_runtime_dependency "thor", "~> 1.0"