Skip to content

Commit

Permalink
chore: add webrick version restriction back
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 21, 2020
1 parent 3f53714 commit 3af1aeb
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 @@ -29,7 +29,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rspec', '~> 3.0'
gem.add_runtime_dependency 'rack-test', '>= 0.6.3', '< 2.0.0'
gem.add_runtime_dependency 'thor', '~> 0.20'
gem.add_runtime_dependency 'webrick'
gem.add_runtime_dependency 'webrick', '~> 1.3'
gem.add_runtime_dependency 'term-ansicolor', '~> 1.0'

gem.add_runtime_dependency 'pact-support', '~> 1.9'
Expand Down

0 comments on commit 3af1aeb

Please sign in to comment.