Skip to content

Commit

Permalink
feat(gems): update to pact (1.64.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Dec 20, 2023
1 parent 5f3f818 commit aa849da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packaging/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'http://rubygems.org'

gem "pact", "1.63.0"
gem "pact", "1.64.0"
gem "pact-message", "0.11.1"
gem "pact-mock_service", "3.11.2"
gem "pact-provider-verifier", "1.38.0"
Expand Down
8 changes: 4 additions & 4 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ GEM
json (2.6.3)
mini_mime (1.1.5)
multi_xml (0.6.0)
pact (1.63.0)
pact (1.64.0)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.16, >= 1.16.9)
rack-test (>= 0.6.3, < 3.0.0)
rspec (~> 3.0)
term-ansicolor (~> 1.0)
term-ansicolor (~> 1.7)
thor (>= 0.20, < 2.0)
webrick (~> 1.3)
webrick (~> 1.8)
pact-message (0.11.1)
pact-mock_service (~> 3.1)
pact-support (~> 1.8)
Expand Down Expand Up @@ -109,7 +109,7 @@ PLATFORMS

DEPENDENCIES
json (= 2.6.3)
pact (= 1.63.0)
pact (= 1.64.0)
pact-message (= 0.11.1)
pact-mock_service (= 3.11.2)
pact-provider-verifier (= 1.38.0)
Expand Down

0 comments on commit aa849da

Please sign in to comment.