Skip to content

Commit

Permalink
Merge pull request #322 from trammel/move-webrick-to-development-depe…
Browse files Browse the repository at this point in the history
…ndency

refactor(dependencies): Move webrick to be a pure development dependency.
  • Loading branch information
YOU54F authored Sep 26, 2024
2 parents 17ce64b + 48ff773 commit 1aafba0
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,6 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency 'rspec', '~> 3.0'
gem.add_runtime_dependency 'rack-test', '>= 0.6.3', '< 3.0.0'
gem.add_runtime_dependency 'thor', '>= 0.20', '< 2.0'
gem.add_runtime_dependency 'webrick', '~> 1.8'
gem.add_runtime_dependency "rainbow", '~> 3.1'

gem.add_runtime_dependency 'pact-support', '~> 1.16', '>= 1.16.9'
Expand All @@ -45,4 +44,5 @@ Gem::Specification.new do |gem|
gem.add_development_dependency 'bump', '~> 0.5'
gem.add_development_dependency 'pact-message', '~> 0.8'
gem.add_development_dependency 'rspec-its', '~> 1.3'
gem.add_development_dependency 'webrick', '~> 1.8'
end

0 comments on commit 1aafba0

Please sign in to comment.