Skip to content

Commit

Permalink
feat(gems): update to pact (1.57.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 31, 2021
1 parent 1b5a37d commit 806e2ce
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.56.0"
gem "pact", "1.57.0"
gem "pact-message", "0.10.0"
gem "pact-mock_service", "3.7.0"
gem "pact-provider-verifier", "1.33.0"
Expand Down
8 changes: 4 additions & 4 deletions packaging/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ GEM
mime-types-data (3.2020.1104)
multi_xml (0.6.0)
multipart-post (2.1.1)
pact (1.56.0)
pact (1.57.0)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.15)
rack-test (>= 0.6.3, < 2.0.0)
Expand Down Expand Up @@ -82,10 +82,10 @@ GEM
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-mocks (3.10.1)
rspec-mocks (3.10.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.10.0)
rspec-support (3.10.1)
rspec-support (3.10.2)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
sync (0.5.0)
Expand All @@ -101,7 +101,7 @@ PLATFORMS
ruby

DEPENDENCIES
pact (= 1.56.0)
pact (= 1.57.0)
pact-message (= 0.10.0)
pact-mock_service (= 3.7.0)
pact-provider-verifier (= 1.33.0)
Expand Down

0 comments on commit 806e2ce

Please sign in to comment.