Skip to content

Commit 4ba7c14

Browse files
committed
feat(gems): update to pact 1.43.0, pact-provider-verifier 1.26.0
1 parent 58cee83 commit 4ba7c14

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

packaging/Gemfile.lock

+14-13
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ GEM
33
specs:
44
awesome_print (1.8.0)
55
diff-lcs (1.3)
6-
faraday (0.17.1)
6+
faraday (0.17.3)
77
multipart-post (>= 1.2, < 3)
88
faraday_middleware (0.13.1)
99
faraday (>= 0.7.4, < 1.0)
@@ -13,13 +13,12 @@ GEM
1313
mime-types (~> 3.0)
1414
multi_xml (>= 0.5.2)
1515
json (2.3.0)
16-
mime-types (3.3)
16+
mime-types (3.3.1)
1717
mime-types-data (~> 3.2015)
1818
mime-types-data (3.2019.1009)
1919
multi_xml (0.6.0)
2020
multipart-post (2.1.1)
21-
pact (1.42.3)
22-
json (> 1.8.5)
21+
pact (1.43.0)
2322
pact-mock_service (~> 3.0)
2423
pact-support (~> 1.9)
2524
rack-test (>= 0.6.3, < 2.0.0)
@@ -41,13 +40,13 @@ GEM
4140
term-ansicolor (~> 1.0)
4241
thor (~> 0.19)
4342
webrick (~> 1.3)
44-
pact-provider-verifier (1.25.2)
43+
pact-provider-verifier (1.26.0)
4544
faraday (~> 0.9, >= 0.9.0)
4645
faraday_middleware (~> 0.10)
4746
json (> 1.8)
48-
pact (~> 1.42, >= 1.42.3)
47+
pact (~> 1.43)
4948
pact-message (~> 0.5)
50-
rack (~> 2.0)
49+
rack (~> 2.1)
5150
rack-reverse-proxy
5251
rake (~> 10.4, >= 10.4.2)
5352
rspec (~> 3.5)
@@ -64,7 +63,7 @@ GEM
6463
table_print (~> 1.5)
6564
term-ansicolor
6665
thor (~> 0.20)
67-
rack (2.0.7)
66+
rack (2.1.0)
6867
rack-proxy (0.6.5)
6968
rack
7069
rack-reverse-proxy (0.12.0)
@@ -78,22 +77,24 @@ GEM
7877
rspec-core (~> 3.9.0)
7978
rspec-expectations (~> 3.9.0)
8079
rspec-mocks (~> 3.9.0)
81-
rspec-core (3.9.0)
82-
rspec-support (~> 3.9.0)
80+
rspec-core (3.9.1)
81+
rspec-support (~> 3.9.1)
8382
rspec-expectations (3.9.0)
8483
diff-lcs (>= 1.2.0, < 2.0)
8584
rspec-support (~> 3.9.0)
86-
rspec-mocks (3.9.0)
85+
rspec-mocks (3.9.1)
8786
diff-lcs (>= 1.2.0, < 2.0)
8887
rspec-support (~> 3.9.0)
89-
rspec-support (3.9.0)
88+
rspec-support (3.9.2)
9089
rspec_junit_formatter (0.4.1)
9190
rspec-core (>= 2, < 4, != 2.12.0)
91+
sync (0.5.0)
9292
table_print (1.5.6)
9393
term-ansicolor (1.7.1)
9494
tins (~> 1.0)
9595
thor (0.20.3)
96-
tins (1.22.2)
96+
tins (1.24.0)
97+
sync
9798
webrick (1.3.1)
9899

99100
PLATFORMS

0 commit comments

Comments
 (0)