From 6f71e60009dd415f74b4178705dfe8fa1a3a800a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:19:29 +0000 Subject: [PATCH] Update rack requirement from ~> 2.2.8 to >= 2.2.8, < 3.1.0 Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version. - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/v2.2.8...v2.2.8) --- updated-dependencies: - dependency-name: rack dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- devcenter.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcenter.gemspec b/devcenter.gemspec index ae9373b..956830a 100644 --- a/devcenter.gemspec +++ b/devcenter.gemspec @@ -26,7 +26,7 @@ Gem::Specification.new do |gem| gem.add_runtime_dependency('launchy', '~> 2.4.3') gem.add_runtime_dependency('listen', '~> 3.4.1') gem.add_runtime_dependency('netrc', '~> 0.11.0') - gem.add_runtime_dependency('rack', '~> 2.2.8') + gem.add_runtime_dependency('rack', '>= 2.2.8', '< 3.1.0') gem.add_runtime_dependency('rack-protection', '~> 2.2.4') gem.add_runtime_dependency('sinatra', '~> 2.2.4') gem.add_runtime_dependency('thin', '~> 1.8.2')