We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920c8bb commit 60b840eCopy full SHA for 60b840e
packaging/Gemfile
@@ -4,3 +4,4 @@ gem "pact"
4
gem "pact-mock_service"
5
gem "pact-provider-verifier"
6
gem "pact_broker-client"
7
+gem "webrick", "~> 1.3.1"
packaging/Gemfile.lock
@@ -88,7 +88,7 @@ GEM
88
tins (~> 1.0)
89
thor (0.20.0)
90
tins (1.16.3)
91
- webrick (1.4.2)
+ webrick (1.3.1)
92
93
PLATFORMS
94
ruby
@@ -98,6 +98,7 @@ DEPENDENCIES
98
pact-mock_service
99
pact-provider-verifier
100
pact_broker-client
101
+ webrick (~> 1.3.1)
102
103
BUNDLED WITH
104
1.15.4
0 commit comments