Skip to content

Commit 87846b1

Browse files
committed
feat(gems): update to pact-support 1.7.1, pact-mock_service 2.10.0, pact 1.33.0
1 parent ff3e7ba commit 87846b1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

packaging/Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ GEM
1414
json (2.1.0)
1515
multi_xml (0.6.0)
1616
multipart-post (2.0.0)
17-
pact (1.32.0)
17+
pact (1.33.0)
1818
json (> 1.8.5)
19-
pact-mock_service (~> 2.0)
20-
pact-support (~> 1.4)
19+
pact-mock_service (~> 2.10.0)
20+
pact-support (~> 1.7)
2121
rack-test (~> 0.6, >= 0.6.3)
2222
randexp (~> 0.1.7)
2323
rspec (>= 2.14)
@@ -28,7 +28,7 @@ GEM
2828
pact-mock_service (~> 2.6)
2929
pact-support (~> 1.6)
3030
thor (~> 0.20)
31-
pact-mock_service (2.9.8)
31+
pact-mock_service (2.10.0)
3232
filelock (~> 1.1)
3333
find_a_port (~> 1.0.1)
3434
json
@@ -49,7 +49,7 @@ GEM
4949
rake (~> 10.4, >= 10.4.2)
5050
rspec (~> 3.5)
5151
rspec_junit_formatter (~> 0.3)
52-
pact-support (1.6.6)
52+
pact-support (1.7.1)
5353
awesome_print (~> 1.1)
5454
find_a_port (~> 1.0.1)
5555
json
@@ -74,19 +74,19 @@ GEM
7474
rack (>= 1.0, < 3)
7575
rake (10.5.0)
7676
randexp (0.1.7)
77-
rspec (3.7.0)
78-
rspec-core (~> 3.7.0)
79-
rspec-expectations (~> 3.7.0)
80-
rspec-mocks (~> 3.7.0)
81-
rspec-core (3.7.1)
82-
rspec-support (~> 3.7.0)
83-
rspec-expectations (3.7.0)
77+
rspec (3.8.0)
78+
rspec-core (~> 3.8.0)
79+
rspec-expectations (~> 3.8.0)
80+
rspec-mocks (~> 3.8.0)
81+
rspec-core (3.8.0)
82+
rspec-support (~> 3.8.0)
83+
rspec-expectations (3.8.1)
8484
diff-lcs (>= 1.2.0, < 2.0)
85-
rspec-support (~> 3.7.0)
86-
rspec-mocks (3.7.0)
85+
rspec-support (~> 3.8.0)
86+
rspec-mocks (3.8.0)
8787
diff-lcs (>= 1.2.0, < 2.0)
88-
rspec-support (~> 3.7.0)
89-
rspec-support (3.7.1)
88+
rspec-support (~> 3.8.0)
89+
rspec-support (3.8.0)
9090
rspec_junit_formatter (0.4.1)
9191
rspec-core (>= 2, < 4, != 2.12.0)
9292
table_print (1.5.6)

0 commit comments

Comments
 (0)