Skip to content

Commit a4905dc

Browse files
authored
Merge pull request #155 from pact-foundation/deps/rack-reverse-proxy
fix(deps): use rack-reverse-proxy pact-foundation fork
2 parents 24c7944 + 5ec14d2 commit a4905dc

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

packaging/Gemfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ gem "webrick", "1.9.0"
1010
# we require gem locking for gems with native extensions
1111
# due to lack of windows support
1212
gem "json", "2.7.1"
13-
gem "bigdecimal", "3.1.5"
13+
gem "bigdecimal", "3.1.5"
14+
gem 'rack-reverse-proxy', git: 'https://github.com/pact-foundation/rack-reverse-proxy.git',
15+
branch: 'feat/rack_2_and_3_compat'

packaging/Gemfile.lock

+11-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
GIT
2+
remote: https://github.com/pact-foundation/rack-reverse-proxy.git
3+
revision: 7ed51994123363a6969da5c6c89e04320715494b
4+
branch: feat/rack_2_and_3_compat
5+
specs:
6+
rack-reverse-proxy (1.0.0.pre.unreleased)
7+
rack (>= 3.0, < 4.0)
8+
rack-proxy (~> 0.6, >= 0.6.1)
9+
rackup (~> 2.0)
10+
111
GEM
212
remote: https://rubygems.org/
313
specs:
@@ -87,9 +97,6 @@ GEM
8797
rack (3.1.8)
8898
rack-proxy (0.7.7)
8999
rack
90-
rack-reverse-proxy (0.12.0)
91-
rack (>= 1.0.0)
92-
rack-proxy (~> 0.6, >= 0.6.1)
93100
rack-test (2.1.0)
94101
rack (>= 1.3)
95102
rackup (2.2.1)
@@ -149,6 +156,7 @@ DEPENDENCIES
149156
pact-mock_service (= 3.12.3)
150157
pact-provider-verifier (= 1.39.0)
151158
pact_broker-client (= 1.77.0)
159+
rack-reverse-proxy!
152160
webrick (= 1.9.0)
153161

154162
BUNDLED WITH

0 commit comments

Comments
 (0)