From adcb128450b7cbdd51d65ca7a4b4723737c4b135 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2020 23:46:59 +0000 Subject: [PATCH] Pin rack to version 2.2.3 --- oauth2.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oauth2.gemspec b/oauth2.gemspec index 093ae436..431287f4 100644 --- a/oauth2.gemspec +++ b/oauth2.gemspec @@ -9,7 +9,7 @@ Gem::Specification.new do |spec| spec.add_dependency 'jwt', ['>= 1.0', '< 3.0'] spec.add_dependency 'multi_json', '~> 1.3' spec.add_dependency 'multi_xml', '~> 0.5' - spec.add_dependency 'rack', ['>= 1.2', '< 3'] + spec.add_dependency 'rack', ['2.2.3'] spec.authors = ['Peter Boling', 'Michael Bleigh', 'Erik Michaels-Ober'] spec.description = 'A Ruby wrapper for the OAuth 2.0 protocol built with a similar style to the original OAuth spec.'