Skip to content

Commit

Permalink
feat(gems): update to pact (1.61.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Dec 16, 2021
1 parent b6ea185 commit f43f171
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.60.0"
gem "pact", "1.61.0"
gem "pact-message", "0.11.1"
gem "pact-mock_service", "3.9.0"
gem "pact-provider-verifier", "1.36.1"
Expand Down
8 changes: 4 additions & 4 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ GEM
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.5.1)
mime-types (3.3.1)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2021.0901)
mime-types-data (3.2021.1115)
multi_xml (0.6.0)
multipart-post (2.1.1)
pact (1.60.0)
pact (1.61.0)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.16, >= 1.16.9)
rack-test (>= 0.6.3, < 2.0.0)
Expand Down Expand Up @@ -103,7 +103,7 @@ PLATFORMS
ruby

DEPENDENCIES
pact (= 1.60.0)
pact (= 1.61.0)
pact-message (= 0.11.1)
pact-mock_service (= 3.9.0)
pact-provider-verifier (= 1.36.1)
Expand Down

0 comments on commit f43f171

Please sign in to comment.