Commit 5ec14d2 1 parent 24c7944 commit 5ec14d2 Copy full SHA for 5ec14d2
File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -10,4 +10,6 @@ gem "webrick", "1.9.0"
10
10
# we require gem locking for gems with native extensions
11
11
# due to lack of windows support
12
12
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'
Original file line number Diff line number Diff line change
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
+
1
11
GEM
2
12
remote: https://rubygems.org/
3
13
specs:
87
97
rack (3.1.8 )
88
98
rack-proxy (0.7.7 )
89
99
rack
90
- rack-reverse-proxy (0.12.0 )
91
- rack (>= 1.0.0 )
92
- rack-proxy (~> 0.6 , >= 0.6.1 )
93
100
rack-test (2.1.0 )
94
101
rack (>= 1.3 )
95
102
rackup (2.2.1 )
@@ -149,6 +156,7 @@ DEPENDENCIES
149
156
pact-mock_service (= 3.12.3 )
150
157
pact-provider-verifier (= 1.39.0 )
151
158
pact_broker-client (= 1.77.0 )
159
+ rack-reverse-proxy !
152
160
webrick (= 1.9.0 )
153
161
154
162
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments