Skip to content

Commit 09ae9fd

Browse files
committed
feat(gems): update to pact-support 1.8.1, pact 1.37.0, pact_broker-client 1.17.0
1 parent 2bd1f57 commit 09ae9fd

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

packaging/Gemfile.lock

+12-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,16 @@ GEM
99
faraday (>= 0.7.4, < 1.0)
1010
filelock (1.1.1)
1111
find_a_port (1.0.1)
12-
httparty (0.16.2)
12+
httparty (0.16.3)
13+
mime-types (~> 3.0)
1314
multi_xml (>= 0.5.2)
1415
json (2.1.0)
16+
mime-types (3.2.2)
17+
mime-types-data (~> 3.2015)
18+
mime-types-data (3.2018.0812)
1519
multi_xml (0.6.0)
1620
multipart-post (2.0.0)
17-
pact (1.36.2)
21+
pact (1.37.0)
1822
json (> 1.8.5)
1923
pact-mock_service (~> 2.10)
2024
pact-support (~> 1.8)
@@ -49,22 +53,22 @@ GEM
4953
rake (~> 10.4, >= 10.4.2)
5054
rspec (~> 3.5)
5155
rspec_junit_formatter (~> 0.3)
52-
pact-support (1.8.0)
56+
pact-support (1.8.1)
5357
awesome_print (~> 1.1)
5458
find_a_port (~> 1.0.1)
5559
json
5660
randexp (~> 0.1.7)
5761
rspec (>= 2.14)
5862
term-ansicolor (~> 1.0)
5963
thor
60-
pact_broker-client (1.16.2)
64+
pact_broker-client (1.17.0)
6165
httparty
6266
json
6367
rake
6468
table_print (~> 1.5)
6569
term-ansicolor
6670
thor (~> 0.20)
67-
rack (2.0.5)
71+
rack (2.0.6)
6872
rack-proxy (0.6.5)
6973
rack
7074
rack-reverse-proxy (0.12.0)
@@ -90,10 +94,10 @@ GEM
9094
rspec_junit_formatter (0.4.1)
9195
rspec-core (>= 2, < 4, != 2.12.0)
9296
table_print (1.5.6)
93-
term-ansicolor (1.6.0)
97+
term-ansicolor (1.7.0)
9498
tins (~> 1.0)
95-
thor (0.20.0)
96-
tins (1.17.0)
99+
thor (0.20.3)
100+
tins (1.20.2)
97101
webrick (1.3.1)
98102

99103
PLATFORMS

0 commit comments

Comments
 (0)