Skip to content

Commit abc3606

Browse files
committed
feat: update pact-support to 1.2.0, pact-mock_service to 2.3.0, pact-provider-verifier to 1.6.0
1 parent 7c2094c commit abc3606

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

packaging/Gemfile.lock

+6-4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ GEM
77
multipart-post (>= 1.2, < 3)
88
faraday_middleware (0.12.2)
99
faraday (>= 0.7.4, < 1.0)
10+
filelock (1.1.1)
1011
find_a_port (1.0.1)
1112
httparty (0.15.6)
1213
multi_xml (>= 0.5.2)
@@ -23,17 +24,18 @@ GEM
2324
term-ansicolor (~> 1.0)
2425
thor
2526
webrick
26-
pact-mock_service (2.2.0)
27+
pact-mock_service (2.3.0)
28+
filelock (~> 1.1)
2729
find_a_port (~> 1.0.1)
2830
json
29-
pact-support (~> 1.2)
31+
pact-support (~> 1.2, >= 1.2.1)
3032
rack (~> 2.0)
3133
rack-test (~> 0.6.2)
3234
rspec (>= 2.14)
3335
term-ansicolor (~> 1.0)
3436
thor (~> 0.19)
3537
webrick (~> 1.3)
36-
pact-provider-verifier (1.5.0)
38+
pact-provider-verifier (1.6.0)
3739
faraday (~> 0.9, >= 0.9.0)
3840
faraday_middleware (~> 0.10)
3941
json (> 1.8)
@@ -42,7 +44,7 @@ GEM
4244
rack-reverse-proxy
4345
rake (~> 10.4, >= 10.4.2)
4446
rspec (~> 3.5)
45-
pact-support (1.2.0)
47+
pact-support (1.2.1)
4648
awesome_print (~> 1.1)
4749
find_a_port (~> 1.0.1)
4850
json

0 commit comments

Comments
 (0)