From e1986a3d3b65551a45c5b64017ab90b5ed5b760f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:11:16 +0000 Subject: [PATCH] Update sinatra requirement from >= 2.0.0, <= 3.0.0 to >= 2.0.0, <= 5.0.0 Updates the requirements on [sinatra](https://github.com/sinatra/sinatra) to permit the latest version. Updates `sinatra` to 4.1.1 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.0.0...v4.1.1) --- updated-dependencies: - dependency-name: sinatra dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- refile.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/refile.gemspec b/refile.gemspec index 73725fc..ee34dd7 100644 --- a/refile.gemspec +++ b/refile.gemspec @@ -14,6 +14,6 @@ Gem::Specification.new do |spec| spec.required_ruby_version = ">= 2.1.0" - spec.add_dependency "sinatra", ">= 2.0.0", "<= 3.0.0" + spec.add_dependency "sinatra", ">= 2.0.0", "<= 5.0.0" spec.add_dependency "mime-types" end