Skip to content

Commit

Permalink
feat: update webmachine to support ruby 3
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Mar 30, 2023
1 parent ae54fab commit 9bb014e
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 @@ -55,7 +55,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "dry-validation", "~> 1.8"
gem.add_runtime_dependency "reform", "~> 2.6"
gem.add_runtime_dependency "sequel", "~> 5.28"
gem.add_runtime_dependency "webmachine", "1.6.0"
gem.add_runtime_dependency "webmachine", ">= 2.0.0.beta", "< 3.0"
gem.add_runtime_dependency "semver2", "~> 3.4.2"
gem.add_runtime_dependency "rack", ">= 2.2.3", "~> 2.2"
gem.add_runtime_dependency "redcarpet", ">= 3.5.1", "~>3.5"
Expand Down

0 comments on commit 9bb014e

Please sign in to comment.