This repository has been archived by the owner on Dec 6, 2021. It is now read-only.
forked from pact-foundation/pact-ruby-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile.lock
128 lines (124 loc) · 2.87 KB
/
Gemfile.lock
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
PATH
remote: .
specs:
pact-cli (0.6.0)
pact-mock_service
pact-provider-verifier
pact_broker-client
GEM
remote: https://rubygems.org/
specs:
awesome_print (1.8.0)
bump (0.9.0)
coderay (1.1.2)
conventional-changelog (1.3.0)
diff-lcs (1.3)
faraday (0.17.3)
multipart-post (>= 1.2, < 3)
faraday_middleware (0.14.0)
faraday (>= 0.7.4, < 1.0)
filelock (1.1.1)
find_a_port (1.0.1)
httparty (0.18.0)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
json (2.3.0)
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0425)
multi_xml (0.6.0)
multipart-post (2.1.1)
pact (1.49.3)
pact-mock_service (~> 3.0, >= 3.3.1)
pact-support (~> 1.9)
rack-test (>= 0.6.3, < 2.0.0)
rspec (~> 3.0)
term-ansicolor (~> 1.0)
thor (~> 0.20)
webrick (~> 1.3)
pact-message (0.7.0)
pact-mock_service (~> 3.1)
pact-support (~> 1.8)
thor (~> 0.20)
pact-mock_service (3.6.1)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
json
pact-support (~> 1.12, >= 1.12.0)
rack (~> 2.0)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor (~> 0.19)
webrick (~> 1.3)
pact-provider-verifier (1.30.1)
faraday (~> 0.9, >= 0.9.0)
faraday_middleware (~> 0.10)
json (> 1.8)
pact (~> 1.49)
pact-message (~> 0.5)
rack (~> 2.1)
rack-reverse-proxy
rake (~> 10.4, >= 10.4.2)
rspec (~> 3.5)
rspec_junit_formatter (~> 0.3)
pact-support (1.15.0)
awesome_print (~> 1.1)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
pact_broker-client (1.27.0)
httparty
json
rake
table_print (~> 1.5)
term-ansicolor
thor (~> 0.20)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
rack (2.2.2)
rack-proxy (0.6.5)
rack
rack-reverse-proxy (0.12.0)
rack (>= 1.0.0)
rack-proxy (~> 0.6, >= 0.6.1)
rack-test (1.1.0)
rack (>= 1.0, < 3)
rake (10.5.0)
randexp (0.1.7)
rspec (3.9.0)
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.2)
rspec-support (~> 3.9.3)
rspec-expectations (3.9.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rspec_junit_formatter (0.4.1)
rspec-core (>= 2, < 4, != 2.12.0)
sync (0.5.0)
table_print (1.5.6)
term-ansicolor (1.7.1)
tins (~> 1.0)
thor (0.20.3)
tins (1.24.1)
sync
webrick (1.6.0)
PLATFORMS
ruby
DEPENDENCIES
bump (~> 0.5)
bundler (~> 1.16)
conventional-changelog (~> 1.3)
pact-cli!
pry
rake (~> 10.0)
rspec (~> 3.0)
BUNDLED WITH
1.17.3