From fbb90c9723922e7b385d5b3c0698e9f871963df6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 08:40:56 +0000 Subject: [PATCH] Update sinatra-contrib requirement from >= 2.2.3, < 3.2.0 to >= 2.2.3, < 4.1.0 Updates the requirements on [sinatra-contrib](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/v2.2.3...v4.0.0) --- updated-dependencies: - dependency-name: sinatra-contrib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- stoplight-admin.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stoplight-admin.gemspec b/stoplight-admin.gemspec index 5b1024c..279d74b 100644 --- a/stoplight-admin.gemspec +++ b/stoplight-admin.gemspec @@ -27,6 +27,6 @@ Gem::Specification.new do |gem| gem.add_dependency "redis", ">= 3.2" gem.add_dependency "zeitwerk" - gem.add_dependency "sinatra-contrib", ">= 2.2.3", "< 3.2.0" + gem.add_dependency "sinatra-contrib", ">= 2.2.3", "< 4.1.0" gem.add_dependency "stoplight", ">= 4.1" end