From e199cc0b403bf917620b578a64ed3c9abad793ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 May 2025 13:32:01 +0000 Subject: [PATCH] Update rack requirement from ~> 1.2 to >= 1.2, < 4.0 Updates the requirements on [rack](https://github.com/rack/rack) to permit the latest version. Updates `rack` to 3.1.14 - [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/1.2...v3.1.14) --- updated-dependencies: - dependency-name: rack dependency-version: 3.1.14 dependency-type: direct:production dependency-group: bundler ... Signed-off-by: dependabot[bot] --- oauth2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.gemspec b/oauth2.gemspec index 11eb83c1..d1a6e1c5 100644 --- a/oauth2.gemspec +++ b/oauth2.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'faraday', ['>= 0.8', '< 0.10'] spec.add_dependency 'multi_json', '~> 1.3' spec.add_dependency 'multi_xml', '~> 0.5' - spec.add_dependency 'rack', '~> 1.2' + spec.add_dependency 'rack', '>= 1.2', '< 4.0' spec.add_dependency 'jwt', '~> 0.1.8' spec.authors = ['Michael Bleigh', 'Erik Michaels-Ober'] spec.cert_chain = %w(certs/sferik.pem)