From 959a3457d63f138524a16e79092bf1e76867f0d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:25:26 +0000 Subject: [PATCH] Update sinatra requirement from >= 1.4, < 3.0 to >= 1.4, < 4.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.1.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 5b379d6e..3a1cd27e 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", "< 3.0" + spec.add_runtime_dependency "sinatra", ">= 1.4", "< 4.0" spec.add_runtime_dependency "thor", "~> 0.20" # Use Redis instead of memcached