We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd2e81f commit 99b78b3Copy full SHA for 99b78b3
pact_broker.gemspec
@@ -51,7 +51,7 @@ Gem::Specification.new do |gem|
51
gem.add_runtime_dependency 'sequel', '~> 5.28'
52
gem.add_runtime_dependency 'webmachine', '1.5.0'
53
gem.add_runtime_dependency 'semver2', '~> 3.4.2'
54
- gem.add_runtime_dependency 'rack', '~> 2.2'
+ gem.add_runtime_dependency 'rack', '~> 2.2', '>= 2.2.3'
55
gem.add_runtime_dependency 'redcarpet', '>=3.3.2', '~>3.3'
56
gem.add_runtime_dependency 'pact-support', '~> 1.14', '>= 1.14.1'
57
gem.add_runtime_dependency 'padrino-core', '>= 0.14.3', '~> 0.14'
0 commit comments