Skip to content

Commit 116791a

Browse files
committedAug 13, 2020
feat(gems): update non-pact gems
1 parent c34ca7b commit 116791a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎packaging/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'http://rubygems.org'
22

3-
gem "pact"
3+
gem "pact", "1.51.1"
44
gem "pact-message"
55
gem "pact-mock_service"
66
gem "pact-provider-verifier"

‎packaging/Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ PLATFORMS
9999
ruby
100100

101101
DEPENDENCIES
102-
pact
102+
pact (= 1.51.1)
103103
pact-message
104104
pact-mock_service
105105
pact-provider-verifier

0 commit comments

Comments
 (0)