Skip to content

Commit b5e5f4e

Browse files
authored
Merge pull request #143 from pact-foundation/deps/test_and_examples
chore(deps): update example and test lockfiles
2 parents fefcb89 + 5b58a9d commit b5e5f4e

File tree

3 files changed

+128
-115
lines changed

3 files changed

+128
-115
lines changed

examples/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ source 'https://rubygems.org'
22

33
gem 'sinatra', '>= 4.1.0'
44
gem 'sinatra-contrib', '>= 4.1.0'
5-
gem 'pact-provider-verifier', '>= 1.39.0'
5+
gem 'pact-provider-verifier', '>= 1.39.1'

examples/Gemfile.lock

+45-34
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ GEM
33
specs:
44
awesome_print (1.9.2)
55
base64 (0.2.0)
6-
diff-lcs (1.5.1)
6+
diff-lcs (1.6.0)
77
expgen (0.1.1)
88
parslet
9-
faraday (2.12.1)
9+
faraday (2.12.2)
1010
faraday-net_http (>= 2.0, < 3.5)
1111
json
1212
logger
@@ -15,20 +15,20 @@ GEM
1515
faraday-retry (2.2.1)
1616
faraday (~> 2.0)
1717
find_a_port (1.0.1)
18-
json (2.8.2)
18+
json (2.10.1)
1919
jsonpath (1.1.5)
2020
multi_json
21-
logger (1.6.1)
21+
logger (1.6.6)
2222
multi_json (1.15.0)
2323
mustermann (3.0.3)
2424
ruby2_keywords (~> 0.0.1)
25-
net-http (0.5.0)
25+
net-http (0.6.0)
2626
uri
2727
ostruct (0.6.1)
28-
pact (1.66.0)
28+
pact (1.66.1)
2929
jsonpath (~> 1.0)
3030
pact-mock_service (~> 3.0, >= 3.3.1)
31-
pact-support (~> 1.19, >= 1.19.0)
31+
pact-support (~> 1.21, >= 1.21.0)
3232
rack-test (>= 0.6.3, < 3.0.0)
3333
rainbow (~> 3.1)
3434
rspec (~> 3.0)
@@ -38,87 +38,98 @@ GEM
3838
pact-mock_service (~> 3.1)
3939
pact-support (~> 1.8)
4040
thor (>= 0.20, < 2.0)
41-
pact-mock_service (3.11.2)
41+
pact-mock_service (3.12.3)
4242
find_a_port (~> 1.0.1)
4343
json
4444
pact-support (~> 1.16, >= 1.16.4)
45-
rack (~> 2.0)
45+
rack (>= 3.0, < 4.0)
46+
rackup (~> 2.0)
4647
rspec (>= 2.14)
4748
thor (>= 0.19, < 2.0)
4849
webrick (~> 1.8)
49-
pact-provider-verifier (1.38.2)
50+
pact-provider-verifier (1.39.1)
5051
faraday (~> 2.5)
5152
faraday-retry (~> 2.2)
5253
json (> 1.8)
5354
ostruct
5455
pact (~> 1.59)
5556
pact-message (~> 0.5)
56-
rack (~> 2.1)
57-
rack-reverse-proxy
57+
rack (>= 3.0, < 4.0)
58+
rack-reverse-proxy-pact
59+
rackup (~> 2.0)
5860
rspec (~> 3.5)
5961
rspec_junit_formatter (~> 0.3)
60-
pact-support (1.21.1)
62+
pact-support (1.21.2)
6163
awesome_print (~> 1.9)
6264
diff-lcs (~> 1.5)
6365
expgen (~> 0.1)
6466
jsonpath (~> 1.0)
6567
rainbow (~> 3.1.1)
6668
string_pattern (~> 2.0)
6769
parslet (2.0.0)
68-
rack (2.2.10)
69-
rack-protection (3.2.0)
70+
rack (3.1.10)
71+
rack-protection (4.1.1)
7072
base64 (>= 0.1.0)
71-
rack (~> 2.2, >= 2.2.4)
73+
logger (>= 1.6.0)
74+
rack (>= 3.0.0, < 4)
7275
rack-proxy (0.7.7)
7376
rack
74-
rack-reverse-proxy (0.12.0)
75-
rack (>= 1.0.0)
77+
rack-reverse-proxy-pact (1.0.1)
78+
rack (>= 1.0.0, < 4.0)
7679
rack-proxy (~> 0.6, >= 0.6.1)
77-
rack-test (2.1.0)
80+
rackup (~> 2.0)
81+
rack-session (2.1.0)
82+
base64 (>= 0.1.0)
83+
rack (>= 3.0.0)
84+
rack-test (2.2.0)
7885
rack (>= 1.3)
86+
rackup (2.2.1)
87+
rack (>= 3)
7988
rainbow (3.1.1)
80-
regexp_parser (2.9.2)
89+
regexp_parser (2.10.0)
8190
rspec (3.13.0)
8291
rspec-core (~> 3.13.0)
8392
rspec-expectations (~> 3.13.0)
8493
rspec-mocks (~> 3.13.0)
85-
rspec-core (3.13.2)
94+
rspec-core (3.13.3)
8695
rspec-support (~> 3.13.0)
8796
rspec-expectations (3.13.3)
8897
diff-lcs (>= 1.2.0, < 2.0)
8998
rspec-support (~> 3.13.0)
9099
rspec-mocks (3.13.2)
91100
diff-lcs (>= 1.2.0, < 2.0)
92101
rspec-support (~> 3.13.0)
93-
rspec-support (3.13.1)
102+
rspec-support (3.13.2)
94103
rspec_junit_formatter (0.6.0)
95104
rspec-core (>= 2, < 4, != 2.12.0)
96105
ruby2_keywords (0.0.5)
97-
sinatra (3.2.0)
106+
sinatra (4.1.1)
107+
logger (>= 1.6.0)
98108
mustermann (~> 3.0)
99-
rack (~> 2.2, >= 2.2.4)
100-
rack-protection (= 3.2.0)
109+
rack (>= 3.0.0, < 4)
110+
rack-protection (= 4.1.1)
111+
rack-session (>= 2.0.0, < 3)
101112
tilt (~> 2.0)
102-
sinatra-contrib (3.2.0)
113+
sinatra-contrib (4.1.1)
103114
multi_json (>= 0.0.2)
104115
mustermann (~> 3.0)
105-
rack-protection (= 3.2.0)
106-
sinatra (= 3.2.0)
116+
rack-protection (= 4.1.1)
117+
sinatra (= 4.1.1)
107118
tilt (~> 2.0)
108119
string_pattern (2.3.0)
109120
regexp_parser (~> 2.5, >= 2.5.0)
110121
thor (1.3.2)
111-
tilt (2.4.0)
122+
tilt (2.6.0)
112123
uri (1.0.2)
113-
webrick (1.9.0)
124+
webrick (1.9.1)
114125

115126
PLATFORMS
116127
ruby
117128

118129
DEPENDENCIES
119-
pact-provider-verifier (>= 1.38.1)
120-
sinatra (>= 3.1.0)
121-
sinatra-contrib (>= 3.1.0)
130+
pact-provider-verifier (>= 1.39.1)
131+
sinatra (>= 4.1.0)
132+
sinatra-contrib (>= 4.1.0)
122133

123134
BUNDLED WITH
124-
2.5.23
135+
2.6.2

test/Gemfile.lock

+82-80
Original file line numberDiff line numberDiff line change
@@ -2,127 +2,129 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
awesome_print (1.9.2)
5-
diff-lcs (1.5.0)
5+
base64 (0.2.0)
6+
diff-lcs (1.6.0)
67
expgen (0.1.1)
78
parslet
8-
faraday (1.10.3)
9-
faraday-em_http (~> 1.0)
10-
faraday-em_synchrony (~> 1.0)
11-
faraday-excon (~> 1.1)
12-
faraday-httpclient (~> 1.0)
13-
faraday-multipart (~> 1.0)
14-
faraday-net_http (~> 1.0)
15-
faraday-net_http_persistent (~> 1.0)
16-
faraday-patron (~> 1.0)
17-
faraday-rack (~> 1.0)
18-
faraday-retry (~> 1.0)
19-
ruby2_keywords (>= 0.0.4)
20-
faraday-em_http (1.0.0)
21-
faraday-em_synchrony (1.0.0)
22-
faraday-excon (1.1.0)
23-
faraday-httpclient (1.0.1)
24-
faraday-multipart (1.0.4)
25-
multipart-post (~> 2)
26-
faraday-net_http (1.0.1)
27-
faraday-net_http_persistent (1.2.0)
28-
faraday-patron (1.0.0)
29-
faraday-rack (1.0.0)
30-
faraday-retry (1.0.3)
31-
faraday_middleware (1.2.0)
32-
faraday (~> 1.0)
33-
filelock (1.1.1)
9+
faraday (2.12.2)
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)
15+
faraday-retry (2.2.1)
16+
faraday (~> 2.0)
3417
find_a_port (1.0.1)
35-
json (2.6.3)
18+
json (2.10.1)
19+
jsonpath (1.1.5)
20+
multi_json
21+
logger (1.6.6)
3622
multi_json (1.15.0)
37-
multipart-post (2.3.0)
38-
mustermann (3.0.0)
23+
mustermann (3.0.3)
3924
ruby2_keywords (~> 0.0.1)
40-
pact (1.63.0)
25+
net-http (0.6.0)
26+
uri
27+
ostruct (0.6.1)
28+
pact (1.66.1)
29+
jsonpath (~> 1.0)
4130
pact-mock_service (~> 3.0, >= 3.3.1)
42-
pact-support (~> 1.16, >= 1.16.9)
31+
pact-support (~> 1.21, >= 1.21.0)
4332
rack-test (>= 0.6.3, < 3.0.0)
33+
rainbow (~> 3.1)
4434
rspec (~> 3.0)
45-
term-ansicolor (~> 1.0)
35+
string_pattern (~> 2.0)
4636
thor (>= 0.20, < 2.0)
47-
webrick (~> 1.3)
4837
pact-message (0.11.1)
4938
pact-mock_service (~> 3.1)
5039
pact-support (~> 1.8)
5140
thor (>= 0.20, < 2.0)
52-
pact-mock_service (3.11.0)
53-
filelock (~> 1.1)
41+
pact-mock_service (3.12.3)
5442
find_a_port (~> 1.0.1)
5543
json
5644
pact-support (~> 1.16, >= 1.16.4)
57-
rack (~> 2.0)
45+
rack (>= 3.0, < 4.0)
46+
rackup (~> 2.0)
5847
rspec (>= 2.14)
59-
term-ansicolor (~> 1.0)
6048
thor (>= 0.19, < 2.0)
61-
webrick (~> 1.3)
62-
pact-provider-verifier (1.36.1)
63-
faraday (>= 0.9.0, <= 2.0)
64-
faraday_middleware (>= 0.10, <= 2.0)
49+
webrick (~> 1.8)
50+
pact-provider-verifier (1.39.1)
51+
faraday (~> 2.5)
52+
faraday-retry (~> 2.2)
6553
json (> 1.8)
54+
ostruct
6655
pact (~> 1.59)
6756
pact-message (~> 0.5)
68-
rack (~> 2.1)
69-
rack-reverse-proxy
57+
rack (>= 3.0, < 4.0)
58+
rack-reverse-proxy-pact
59+
rackup (~> 2.0)
7060
rspec (~> 3.5)
7161
rspec_junit_formatter (~> 0.3)
72-
pact-support (1.19.0)
62+
pact-support (1.21.2)
7363
awesome_print (~> 1.9)
74-
diff-lcs (~> 1.4)
64+
diff-lcs (~> 1.5)
7565
expgen (~> 0.1)
66+
jsonpath (~> 1.0)
7667
rainbow (~> 3.1.1)
68+
string_pattern (~> 2.0)
7769
parslet (2.0.0)
78-
rack (2.2.9)
79-
rack-protection (3.0.6)
70+
rack (3.1.10)
71+
rack-protection (4.1.1)
72+
base64 (>= 0.1.0)
73+
logger (>= 1.6.0)
74+
rack (>= 3.0.0, < 4)
75+
rack-proxy (0.7.7)
8076
rack
81-
rack-proxy (0.7.6)
82-
rack
83-
rack-reverse-proxy (0.12.0)
84-
rack (>= 1.0.0)
77+
rack-reverse-proxy-pact (1.0.1)
78+
rack (>= 1.0.0, < 4.0)
8579
rack-proxy (~> 0.6, >= 0.6.1)
86-
rack-test (2.1.0)
80+
rackup (~> 2.0)
81+
rack-session (2.1.0)
82+
base64 (>= 0.1.0)
83+
rack (>= 3.0.0)
84+
rack-test (2.2.0)
8785
rack (>= 1.3)
86+
rackup (2.2.1)
87+
rack (>= 3)
8888
rainbow (3.1.1)
89-
rspec (3.12.0)
90-
rspec-core (~> 3.12.0)
91-
rspec-expectations (~> 3.12.0)
92-
rspec-mocks (~> 3.12.0)
93-
rspec-core (3.12.2)
94-
rspec-support (~> 3.12.0)
95-
rspec-expectations (3.12.3)
89+
regexp_parser (2.10.0)
90+
rspec (3.13.0)
91+
rspec-core (~> 3.13.0)
92+
rspec-expectations (~> 3.13.0)
93+
rspec-mocks (~> 3.13.0)
94+
rspec-core (3.13.3)
95+
rspec-support (~> 3.13.0)
96+
rspec-expectations (3.13.3)
9697
diff-lcs (>= 1.2.0, < 2.0)
97-
rspec-support (~> 3.12.0)
98-
rspec-mocks (3.12.5)
98+
rspec-support (~> 3.13.0)
99+
rspec-mocks (3.13.2)
99100
diff-lcs (>= 1.2.0, < 2.0)
100-
rspec-support (~> 3.12.0)
101-
rspec-support (3.12.0)
101+
rspec-support (~> 3.13.0)
102+
rspec-support (3.13.2)
102103
rspec_junit_formatter (0.6.0)
103104
rspec-core (>= 2, < 4, != 2.12.0)
104105
ruby2_keywords (0.0.5)
105-
sinatra (3.0.6)
106+
sinatra (4.1.1)
107+
logger (>= 1.6.0)
106108
mustermann (~> 3.0)
107-
rack (~> 2.2, >= 2.2.4)
108-
rack-protection (= 3.0.6)
109+
rack (>= 3.0.0, < 4)
110+
rack-protection (= 4.1.1)
111+
rack-session (>= 2.0.0, < 3)
109112
tilt (~> 2.0)
110-
sinatra-contrib (3.0.6)
111-
multi_json
113+
sinatra-contrib (4.1.1)
114+
multi_json (>= 0.0.2)
112115
mustermann (~> 3.0)
113-
rack-protection (= 3.0.6)
114-
sinatra (= 3.0.6)
116+
rack-protection (= 4.1.1)
117+
sinatra (= 4.1.1)
115118
tilt (~> 2.0)
116-
sync (0.5.0)
117-
term-ansicolor (1.7.1)
118-
tins (~> 1.0)
119-
thor (1.2.1)
120-
tilt (2.1.0)
121-
tins (1.32.1)
122-
sync
123-
webrick (1.8.2)
119+
string_pattern (2.3.0)
120+
regexp_parser (~> 2.5, >= 2.5.0)
121+
thor (1.3.2)
122+
tilt (2.6.0)
123+
uri (1.0.2)
124+
webrick (1.9.1)
124125

125126
PLATFORMS
127+
arm64-darwin-23
126128
ruby
127129

128130
DEPENDENCIES
@@ -131,4 +133,4 @@ DEPENDENCIES
131133
sinatra-contrib
132134

133135
BUNDLED WITH
134-
2.4.12
136+
2.6.2

0 commit comments

Comments
 (0)