Skip to content

Commit 60b840e

Browse files
committed
feat: lock webrick to ~>1.3.1
Webrick >= 1.4.0 requires ruby >= 2.3.0, and Travelling Ruby is only available for ruby 2.2
1 parent 920c8bb commit 60b840e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packaging/Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ gem "pact"
44
gem "pact-mock_service"
55
gem "pact-provider-verifier"
66
gem "pact_broker-client"
7+
gem "webrick", "~> 1.3.1"

packaging/Gemfile.lock

+2-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ GEM
8888
tins (~> 1.0)
8989
thor (0.20.0)
9090
tins (1.16.3)
91-
webrick (1.4.2)
91+
webrick (1.3.1)
9292

9393
PLATFORMS
9494
ruby
@@ -98,6 +98,7 @@ DEPENDENCIES
9898
pact-mock_service
9999
pact-provider-verifier
100100
pact_broker-client
101+
webrick (~> 1.3.1)
101102

102103
BUNDLED WITH
103104
1.15.4

0 commit comments

Comments
 (0)