File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ source 'http://rubygems.org'
2
2
3
3
gem "pact" , "1.55.6"
4
4
gem "pact-message" , "0.9.0"
5
- gem "pact-mock_service"
5
+ gem "pact-mock_service" , "3.7.0"
6
6
gem "pact-provider-verifier"
7
7
gem "pact_broker-client" , "1.33.0"
8
8
gem "webrick" , "1.3.1" # Later versions require Ruby 2.3
Original file line number Diff line number Diff line change 30
30
pact-mock_service (~> 3.1 )
31
31
pact-support (~> 1.8 )
32
32
thor (~> 0.20 )
33
- pact-mock_service (3.6.2 )
33
+ pact-mock_service (3.7.0 )
34
34
filelock (~> 1.1 )
35
35
find_a_port (~> 1.0.1 )
36
36
json
37
- pact-support (~> 1.12 , >= 1.12.0 )
37
+ pact-support (~> 1.16 , >= 1.16.4 )
38
38
rack (~> 2.0 )
39
39
rspec (>= 2.14 )
40
40
term-ansicolor (~> 1.0 )
50
50
rack-reverse-proxy
51
51
rspec (~> 3.5 )
52
52
rspec_junit_formatter (~> 0.3 )
53
- pact-support (1.16.3 )
53
+ pact-support (1.16.4 )
54
54
awesome_print (~> 1.1 )
55
55
diff-lcs (~> 1.4 )
56
56
randexp (~> 0.1.7 )
@@ -101,7 +101,7 @@ PLATFORMS
101
101
DEPENDENCIES
102
102
pact (= 1.55.6 )
103
103
pact-message (= 0.9.0 )
104
- pact-mock_service
104
+ pact-mock_service ( = 3.7.0 )
105
105
pact-provider-verifier
106
106
pact_broker-client (= 1.33.0 )
107
107
rack (~> 2.1.1 )
You can’t perform that action at this time.
0 commit comments