Skip to content

Commit ed44189

Browse files
committed
fix: add HTTPS_HOST header if invoking a Sinatra app
affects sinatra users 4.1.x post sinatra/sinatra#2053
1 parent de1f3c7 commit ed44189

File tree

3 files changed

+51
-67
lines changed

3 files changed

+51
-67
lines changed

example/animal-service/Gemfile.lock

+32-39
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
PATH
22
remote: ../..
33
specs:
4-
pact (1.64.0)
4+
pact (1.65.3)
55
pact-mock_service (~> 3.0, >= 3.3.1)
66
pact-support (~> 1.16, >= 1.16.9)
77
rack-test (>= 0.6.3, < 3.0.0)
8+
rainbow (~> 3.1)
89
rspec (~> 3.0)
9-
term-ansicolor (~> 1.7)
1010
thor (>= 0.20, < 2.0)
11-
webrick (~> 1.8)
1211

1312
GEM
1413
remote: https://rubygems.org/
@@ -21,14 +20,16 @@ GEM
2120
expgen (0.1.1)
2221
parslet
2322
find_a_port (1.0.1)
24-
json (2.7.2)
23+
json (2.8.2)
24+
jsonpath (1.1.5)
25+
multi_json
26+
logger (1.6.1)
2527
method_source (1.1.0)
26-
mini_portile2 (2.8.7)
27-
mize (0.4.1)
28-
protocol (~> 2.0)
29-
mustermann (3.0.0)
28+
mini_portile2 (2.8.8)
29+
multi_json (1.15.0)
30+
mustermann (3.0.3)
3031
ruby2_keywords (~> 0.0.1)
31-
pact-mock_service (3.12.2)
32+
pact-mock_service (3.12.3)
3233
find_a_port (~> 1.0.1)
3334
json
3435
pact-support (~> 1.16, >= 1.16.4)
@@ -37,69 +38,61 @@ GEM
3738
rspec (>= 2.14)
3839
thor (>= 0.19, < 2.0)
3940
webrick (~> 1.8)
40-
pact-support (1.20.0)
41+
pact-support (1.21.0)
4142
awesome_print (~> 1.9)
4243
diff-lcs (~> 1.5)
4344
expgen (~> 0.1)
45+
jsonpath (~> 1.0)
4446
rainbow (~> 3.1.1)
47+
string_pattern (~> 2.0)
4548
parslet (2.0.0)
46-
protocol (2.0.0)
47-
ruby_parser (~> 3.0)
48-
pry (0.14.2)
49+
pry (0.15.0)
4950
coderay (~> 1.1)
5051
method_source (~> 1.0)
51-
racc (1.8.0)
52-
rack (3.1.7)
53-
rack-protection (4.0.0)
52+
rack (3.1.8)
53+
rack-protection (4.1.1)
5454
base64 (>= 0.1.0)
55+
logger (>= 1.6.0)
5556
rack (>= 3.0.0, < 4)
5657
rack-session (2.0.0)
5758
rack (>= 3.0.0)
5859
rack-test (2.1.0)
5960
rack (>= 1.3)
60-
rackup (2.1.0)
61+
rackup (2.2.1)
6162
rack (>= 3)
62-
webrick (~> 1.8)
6363
rainbow (3.1.1)
6464
rake (13.2.1)
65+
regexp_parser (2.9.2)
6566
rspec (3.13.0)
6667
rspec-core (~> 3.13.0)
6768
rspec-expectations (~> 3.13.0)
6869
rspec-mocks (~> 3.13.0)
69-
rspec-core (3.13.0)
70+
rspec-core (3.13.2)
7071
rspec-support (~> 3.13.0)
71-
rspec-expectations (3.13.1)
72+
rspec-expectations (3.13.3)
7273
diff-lcs (>= 1.2.0, < 2.0)
7374
rspec-support (~> 3.13.0)
74-
rspec-mocks (3.13.1)
75+
rspec-mocks (3.13.2)
7576
diff-lcs (>= 1.2.0, < 2.0)
7677
rspec-support (~> 3.13.0)
7778
rspec-support (3.13.1)
7879
ruby2_keywords (0.0.5)
79-
ruby_parser (3.21.0)
80-
racc (~> 1.5)
81-
sexp_processor (~> 4.16)
82-
sequel (5.81.0)
80+
sequel (5.86.0)
8381
bigdecimal
84-
sexp_processor (4.17.1)
85-
sinatra (4.0.0)
82+
sinatra (4.1.1)
83+
logger (>= 1.6.0)
8684
mustermann (~> 3.0)
8785
rack (>= 3.0.0, < 4)
88-
rack-protection (= 4.0.0)
86+
rack-protection (= 4.1.1)
8987
rack-session (>= 2.0.0, < 3)
9088
tilt (~> 2.0)
91-
sqlite3 (2.0.2)
89+
sqlite3 (2.3.1)
9290
mini_portile2 (~> 2.8.0)
93-
sync (0.5.0)
94-
term-ansicolor (1.10.2)
95-
mize
96-
tins (~> 1.0)
97-
thor (1.3.1)
98-
tilt (2.3.0)
99-
tins (1.33.0)
100-
bigdecimal
101-
sync
102-
webrick (1.8.1)
91+
string_pattern (2.3.0)
92+
regexp_parser (~> 2.5, >= 2.5.0)
93+
thor (1.3.2)
94+
tilt (2.4.0)
95+
webrick (1.9.0)
10396

10497
PLATFORMS
10598
ruby

example/zoo-app/Gemfile.lock

+18-28
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
PATH
22
remote: ../..
33
specs:
4-
pact (1.64.0)
4+
pact (1.65.3)
55
pact-mock_service (~> 3.0, >= 3.3.1)
66
pact-support (~> 1.16, >= 1.16.9)
77
rack-test (>= 0.6.3, < 3.0.0)
8+
rainbow (~> 3.1)
89
rspec (~> 3.0)
9-
term-ansicolor (~> 1.7)
1010
thor (>= 0.20, < 2.0)
11-
webrick (~> 1.8)
1211

1312
GEM
1413
remote: https://rubygems.org/
@@ -27,14 +26,13 @@ GEM
2726
csv
2827
mini_mime (>= 1.0.0)
2928
multi_xml (>= 0.5.2)
30-
json (2.7.2)
29+
json (2.8.2)
3130
method_source (1.1.0)
3231
mini_mime (1.1.5)
33-
mize (0.4.1)
34-
protocol (~> 2.0)
3532
multi_xml (0.7.1)
3633
bigdecimal (~> 3.1)
37-
pact-mock_service (3.12.2)
34+
ostruct (0.6.1)
35+
pact-mock_service (3.12.3)
3836
find_a_port (~> 1.0.1)
3937
json
4038
pact-support (~> 1.16, >= 1.16.4)
@@ -43,61 +41,53 @@ GEM
4341
rspec (>= 2.14)
4442
thor (>= 0.19, < 2.0)
4543
webrick (~> 1.8)
46-
pact-support (1.20.0)
44+
pact-support (1.20.2)
4745
awesome_print (~> 1.9)
4846
diff-lcs (~> 1.5)
4947
expgen (~> 0.1)
5048
rainbow (~> 3.1.1)
51-
pact_broker-client (1.75.3)
49+
pact_broker-client (1.77.0)
5250
base64 (~> 0.2)
5351
dig_rb (~> 1.0)
5452
httparty (>= 0.21.0, < 1.0.0)
53+
ostruct
5554
rake (~> 13.0)
5655
table_print (~> 1.5)
5756
term-ansicolor (~> 1.7)
5857
thor (>= 0.20, < 2.0)
5958
parslet (2.0.0)
60-
protocol (2.0.0)
61-
ruby_parser (~> 3.0)
62-
pry (0.14.2)
59+
pry (0.15.0)
6360
coderay (~> 1.1)
6461
method_source (~> 1.0)
65-
racc (1.8.0)
66-
rack (3.1.7)
62+
rack (3.1.8)
6763
rack-test (2.1.0)
6864
rack (>= 1.3)
69-
rackup (2.1.0)
65+
rackup (2.2.1)
7066
rack (>= 3)
71-
webrick (~> 1.8)
7267
rainbow (3.1.1)
7368
rake (13.2.1)
7469
rspec (3.13.0)
7570
rspec-core (~> 3.13.0)
7671
rspec-expectations (~> 3.13.0)
7772
rspec-mocks (~> 3.13.0)
78-
rspec-core (3.13.0)
73+
rspec-core (3.13.2)
7974
rspec-support (~> 3.13.0)
80-
rspec-expectations (3.13.1)
75+
rspec-expectations (3.13.3)
8176
diff-lcs (>= 1.2.0, < 2.0)
8277
rspec-support (~> 3.13.0)
83-
rspec-mocks (3.13.1)
78+
rspec-mocks (3.13.2)
8479
diff-lcs (>= 1.2.0, < 2.0)
8580
rspec-support (~> 3.13.0)
8681
rspec-support (3.13.1)
87-
ruby_parser (3.21.0)
88-
racc (~> 1.5)
89-
sexp_processor (~> 4.16)
90-
sexp_processor (4.17.1)
9182
sync (0.5.0)
9283
table_print (1.5.7)
93-
term-ansicolor (1.10.2)
94-
mize
84+
term-ansicolor (1.11.2)
9585
tins (~> 1.0)
96-
thor (1.3.1)
97-
tins (1.33.0)
86+
thor (1.3.2)
87+
tins (1.37.0)
9888
bigdecimal
9989
sync
100-
webrick (1.8.1)
90+
webrick (1.9.0)
10191

10292
PLATFORMS
10393
ruby

lib/pact/provider/request.rb

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def body
3333

3434
def headers
3535
request_headers = {}
36+
request_headers.merge!('HTTP_HOST' => 'localhost') if defined?(Sinatra)
3637
return request_headers if expected_request.headers.is_a?(Pact::NullExpectation)
3738
expected_request.headers.each do |key, value|
3839
request_headers[rack_request_header_for(key)] = Pact::Reification.from_term(value)

0 commit comments

Comments
 (0)