Skip to content

Commit d1cc4aa

Browse files
authored
Merge pull request #132 from pact-foundation/deps/examples
chore: update examples Gemfile.lock
2 parents 019c639 + 7e93807 commit d1cc4aa

File tree

1 file changed

+36
-28
lines changed

1 file changed

+36
-28
lines changed

examples/Gemfile.lock

Lines changed: 36 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,37 @@ GEM
33
specs:
44
awesome_print (1.9.2)
55
base64 (0.2.0)
6-
bigdecimal (3.1.8)
76
diff-lcs (1.5.1)
87
expgen (0.1.1)
98
parslet
10-
faraday (2.8.1)
11-
base64
12-
faraday-net_http (>= 2.0, < 3.1)
13-
ruby2_keywords (>= 0.0.4)
14-
faraday-net_http (3.0.2)
9+
faraday (2.12.1)
10+
faraday-net_http (>= 2.0, < 3.5)
11+
json
12+
logger
13+
faraday-net_http (3.4.0)
14+
net-http (>= 0.5.0)
1515
faraday-retry (2.2.1)
1616
faraday (~> 2.0)
1717
find_a_port (1.0.1)
18-
json (2.7.2)
18+
json (2.8.2)
19+
jsonpath (1.1.5)
20+
multi_json
21+
logger (1.6.1)
1922
multi_json (1.15.0)
20-
mustermann (3.0.0)
23+
mustermann (3.0.3)
2124
ruby2_keywords (~> 0.0.1)
22-
pact (1.65.0)
25+
net-http (0.5.0)
26+
uri
27+
ostruct (0.6.1)
28+
pact (1.66.0)
29+
jsonpath (~> 1.0)
2330
pact-mock_service (~> 3.0, >= 3.3.1)
24-
pact-support (~> 1.16, >= 1.16.9)
31+
pact-support (~> 1.19, >= 1.19.0)
2532
rack-test (>= 0.6.3, < 3.0.0)
33+
rainbow (~> 3.1)
2634
rspec (~> 3.0)
27-
term-ansicolor (~> 1.7)
35+
string_pattern (~> 2.0)
2836
thor (>= 0.20, < 2.0)
29-
webrick (~> 1.8)
3037
pact-message (0.11.1)
3138
pact-mock_service (~> 3.1)
3239
pact-support (~> 1.8)
@@ -39,23 +46,26 @@ GEM
3946
rspec (>= 2.14)
4047
thor (>= 0.19, < 2.0)
4148
webrick (~> 1.8)
42-
pact-provider-verifier (1.38.1)
49+
pact-provider-verifier (1.38.2)
4350
faraday (~> 2.5)
4451
faraday-retry (~> 2.2)
4552
json (> 1.8)
53+
ostruct
4654
pact (~> 1.59)
4755
pact-message (~> 0.5)
4856
rack (~> 2.1)
4957
rack-reverse-proxy
5058
rspec (~> 3.5)
5159
rspec_junit_formatter (~> 0.3)
52-
pact-support (1.20.0)
60+
pact-support (1.21.1)
5361
awesome_print (~> 1.9)
5462
diff-lcs (~> 1.5)
5563
expgen (~> 0.1)
64+
jsonpath (~> 1.0)
5665
rainbow (~> 3.1.1)
66+
string_pattern (~> 2.0)
5767
parslet (2.0.0)
58-
rack (2.2.9)
68+
rack (2.2.10)
5969
rack-protection (3.2.0)
6070
base64 (>= 0.1.0)
6171
rack (~> 2.2, >= 2.2.4)
@@ -67,16 +77,17 @@ GEM
6777
rack-test (2.1.0)
6878
rack (>= 1.3)
6979
rainbow (3.1.1)
80+
regexp_parser (2.9.2)
7081
rspec (3.13.0)
7182
rspec-core (~> 3.13.0)
7283
rspec-expectations (~> 3.13.0)
7384
rspec-mocks (~> 3.13.0)
74-
rspec-core (3.13.0)
85+
rspec-core (3.13.2)
7586
rspec-support (~> 3.13.0)
76-
rspec-expectations (3.13.1)
87+
rspec-expectations (3.13.3)
7788
diff-lcs (>= 1.2.0, < 2.0)
7889
rspec-support (~> 3.13.0)
79-
rspec-mocks (3.13.1)
90+
rspec-mocks (3.13.2)
8091
diff-lcs (>= 1.2.0, < 2.0)
8192
rspec-support (~> 3.13.0)
8293
rspec-support (3.13.1)
@@ -94,15 +105,12 @@ GEM
94105
rack-protection (= 3.2.0)
95106
sinatra (= 3.2.0)
96107
tilt (~> 2.0)
97-
sync (0.5.0)
98-
term-ansicolor (1.11.2)
99-
tins (~> 1.0)
100-
thor (1.3.1)
101-
tilt (2.3.0)
102-
tins (1.33.0)
103-
bigdecimal
104-
sync
105-
webrick (1.8.1)
108+
string_pattern (2.3.0)
109+
regexp_parser (~> 2.5, >= 2.5.0)
110+
thor (1.3.2)
111+
tilt (2.4.0)
112+
uri (1.0.2)
113+
webrick (1.9.0)
106114

107115
PLATFORMS
108116
ruby
@@ -113,4 +121,4 @@ DEPENDENCIES
113121
sinatra-contrib (>= 3.1.0)
114122

115123
BUNDLED WITH
116-
2.4.10
124+
2.5.23

0 commit comments

Comments
 (0)