Skip to content

Commit

Permalink
docs: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 26, 2023
1 parent 6a23397 commit 50fde25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "webmachine", ">= 2.0.0.beta", "< 3.0"
gem.add_runtime_dependency "webrick", "~> 1.8" # webmachine requires webrick, but doesn't declare it as a dependency :shrug:
gem.add_runtime_dependency "semver2", "~> 3.4.2"
gem.add_runtime_dependency "rack", ">= 2.2.3", "~> 2.2"
gem.add_runtime_dependency "rack", ">= 2.2.3", "~> 2.2" # TODO update to 3
gem.add_runtime_dependency "redcarpet", ">= 3.5.1", "~>3.5"
gem.add_runtime_dependency "pact-support" , "~> 1.16", ">= 1.16.4"
gem.add_runtime_dependency "padrino-core", ">= 0.14.3", "~> 0.14"
Expand Down

0 comments on commit 50fde25

Please sign in to comment.