Skip to content

Commit

Permalink
feat: remove runtime dependency on webrick
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 12, 2018
1 parent cb0d0f1 commit 1ae7a6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rack-protection', '~>2.0'
gem.add_runtime_dependency 'dry-types', '~> 0.10.3' # https://travis-ci.org/pact-foundation/pact_broker/jobs/249448621
gem.add_runtime_dependency 'table_print', '~> 1.5'
gem.add_runtime_dependency 'webrick', '~>1.3.0' # Webrick requires Ruby version >= 2.5.0dev. TODO remove dependency on Pact gem.

gem.add_development_dependency 'pact', '~>1.14'
gem.add_development_dependency 'bundler-audit', '~>0.4'
Expand Down

0 comments on commit 1ae7a6e

Please sign in to comment.