Skip to content

Commit

Permalink
chore: fix breaking rspec tests
Browse files Browse the repository at this point in the history
- updated pact-support version to the latest, because of breaking changes in pact-ruby
- removed spec testing dry-validation code by passing an array ( breaks latest dry-validation code )
  • Loading branch information
Phanindra Srungavarapu authored and Phanindra Srungavarapu committed Jan 8, 2025
1 parent 476af02 commit ef7473f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 28 deletions.
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "semver2", "~> 3.4.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 "pact-support" , ">= 1.21.2", "~> 1.21"
gem.add_runtime_dependency "haml", "~>5.0"
gem.add_runtime_dependency "sucker_punch", "~>3.0"
gem.add_runtime_dependency "rack-protection", "~> 3.0"
Expand Down
27 changes: 0 additions & 27 deletions spec/lib/pact_broker/api/contracts/base_contract_spec.rb

This file was deleted.

0 comments on commit ef7473f

Please sign in to comment.