Skip to content

Commit a87f82c

Browse files
committed
feat(gems): update to pact-support 1.12.0, pact-mock_service 3.2.0, pact 1.42.2, pact-provider-verifier 1.25.0
1 parent 3046463 commit a87f82c

File tree

1 file changed

+22
-25
lines changed

1 file changed

+22
-25
lines changed

packaging/Gemfile.lock

+22-25
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,22 @@ GEM
33
specs:
44
awesome_print (1.8.0)
55
diff-lcs (1.3)
6-
faraday (0.15.4)
6+
faraday (0.17.0)
77
multipart-post (>= 1.2, < 3)
88
faraday_middleware (0.13.1)
99
faraday (>= 0.7.4, < 1.0)
1010
filelock (1.1.1)
1111
find_a_port (1.0.1)
12-
httparty (0.17.0)
12+
httparty (0.17.1)
1313
mime-types (~> 3.0)
1414
multi_xml (>= 0.5.2)
1515
json (2.2.0)
16-
mime-types (3.2.2)
16+
mime-types (3.3)
1717
mime-types-data (~> 3.2015)
18-
mime-types-data (3.2019.0331)
18+
mime-types-data (3.2019.1009)
1919
multi_xml (0.6.0)
2020
multipart-post (2.1.1)
21-
pact (1.41.0)
21+
pact (1.42.2)
2222
json (> 1.8.5)
2323
pact-mock_service (~> 3.0)
2424
pact-support (~> 1.9)
@@ -32,35 +32,32 @@ GEM
3232
pact-mock_service (~> 3.1)
3333
pact-support (~> 1.8)
3434
thor (~> 0.20)
35-
pact-mock_service (3.1.1)
35+
pact-mock_service (3.2.0)
3636
filelock (~> 1.1)
3737
find_a_port (~> 1.0.1)
3838
json
39-
pact-support (~> 1.2, >= 1.2.1)
39+
pact-support (~> 1.12, >= 1.12.0)
4040
rack (~> 2.0)
4141
rspec (>= 2.14)
4242
term-ansicolor (~> 1.0)
4343
thor (~> 0.19)
4444
webrick (~> 1.3)
45-
pact-provider-verifier (1.23.1)
45+
pact-provider-verifier (1.25.0)
4646
faraday (~> 0.9, >= 0.9.0)
4747
faraday_middleware (~> 0.10)
4848
json (> 1.8)
49-
pact (~> 1.36)
49+
pact (~> 1.42, >= 1.42.2)
5050
pact-message (~> 0.5)
5151
rack (~> 2.0)
5252
rack-reverse-proxy
5353
rake (~> 10.4, >= 10.4.2)
5454
rspec (~> 3.5)
5555
rspec_junit_formatter (~> 0.3)
56-
pact-support (1.11.0)
56+
pact-support (1.12.0)
5757
awesome_print (~> 1.1)
58-
find_a_port (~> 1.0.1)
59-
json
6058
randexp (~> 0.1.7)
6159
rspec (>= 2.14)
6260
term-ansicolor (~> 1.0)
63-
thor
6461
pact_broker-client (1.20.0)
6562
httparty
6663
json
@@ -78,26 +75,26 @@ GEM
7875
rack (>= 1.0, < 3)
7976
rake (10.5.0)
8077
randexp (0.1.7)
81-
rspec (3.8.0)
82-
rspec-core (~> 3.8.0)
83-
rspec-expectations (~> 3.8.0)
84-
rspec-mocks (~> 3.8.0)
85-
rspec-core (3.8.2)
86-
rspec-support (~> 3.8.0)
87-
rspec-expectations (3.8.4)
78+
rspec (3.9.0)
79+
rspec-core (~> 3.9.0)
80+
rspec-expectations (~> 3.9.0)
81+
rspec-mocks (~> 3.9.0)
82+
rspec-core (3.9.0)
83+
rspec-support (~> 3.9.0)
84+
rspec-expectations (3.9.0)
8885
diff-lcs (>= 1.2.0, < 2.0)
89-
rspec-support (~> 3.8.0)
90-
rspec-mocks (3.8.1)
86+
rspec-support (~> 3.9.0)
87+
rspec-mocks (3.9.0)
9188
diff-lcs (>= 1.2.0, < 2.0)
92-
rspec-support (~> 3.8.0)
93-
rspec-support (3.8.2)
89+
rspec-support (~> 3.9.0)
90+
rspec-support (3.9.0)
9491
rspec_junit_formatter (0.4.1)
9592
rspec-core (>= 2, < 4, != 2.12.0)
9693
table_print (1.5.6)
9794
term-ansicolor (1.7.1)
9895
tins (~> 1.0)
9996
thor (0.20.3)
100-
tins (1.21.1)
97+
tins (1.22.0)
10198
webrick (1.3.1)
10299

103100
PLATFORMS

0 commit comments

Comments
 (0)