From a1fe7107e2aea8851d375dbe17e405686eeb8a21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 16:19:22 +0000 Subject: [PATCH] Update rack-protection requirement from ~> 2.2.4 to >= 2.2.4, < 3.2.0 Updates the requirements on [rack-protection](https://github.com/sinatra/sinatra) to permit the latest version. - [Changelog](https://github.com/sinatra/sinatra/blob/v2.2.4/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.4...v2.2.4) --- updated-dependencies: - dependency-name: rack-protection 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..2c7312a 100644 --- a/devcenter.gemspec +++ b/devcenter.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |gem| 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-protection', '~> 2.2.4') + gem.add_runtime_dependency('rack-protection', '>= 2.2.4', '< 3.2.0') gem.add_runtime_dependency('sinatra', '~> 2.2.4') gem.add_runtime_dependency('thin', '~> 1.8.2') gem.add_runtime_dependency('tilt', '~> 2.0.11')