Skip to content

Commit

Permalink
feat: unlock rack-test dependency to allow version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Feb 10, 2019
1 parent bba3a08 commit b0c40f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |gem|

gem.add_runtime_dependency 'randexp', '~> 0.1.7'
gem.add_runtime_dependency 'rspec', '>=2.14'
gem.add_runtime_dependency 'rack-test', '~> 0.6', '>= 0.6.3'
gem.add_runtime_dependency 'rack-test', '>= 0.6.3', '< 2.0.0'
gem.add_runtime_dependency 'thor'
gem.add_runtime_dependency 'json','> 1.8.5'
gem.add_runtime_dependency 'webrick'
Expand Down

0 comments on commit b0c40f6

Please sign in to comment.