Skip to content

Commit 0b4bf7e

Browse files
committedNov 29, 2024··
feat(deps): update to rack 3
1 parent b213e2a commit 0b4bf7e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed
 

Diff for: ‎packaging/Gemfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
source 'http://rubygems.org'
1+
source 'https://rubygems.org'
22

33
gem "pact", "1.66.0"
44
gem "pact-message", "0.11.1"
55
gem "pact-mock_service", "3.11.2"
66
gem "pact-provider-verifier", "1.38.1"
77
gem "pact_broker-client", "1.77.0"
8-
gem "webrick", "1.8.2"
9-
gem 'rack', '>= 2.2.6'
8+
gem "webrick", "1.9.0"
109
# see https://stdgems.org/ for versions to lock to
1110
# we require gem locking for gems with native extensions
1211
# due to lack of windows support

Diff for: ‎packaging/Gemfile.lock

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GEM
2-
remote: http://rubygems.org/
2+
remote: https://rubygems.org/
33
specs:
44
awesome_print (1.9.2)
55
base64 (0.2.0)
@@ -118,7 +118,7 @@ GEM
118118
bigdecimal
119119
sync
120120
uri (1.0.2)
121-
webrick (1.8.2)
121+
webrick (1.9.0)
122122

123123
PLATFORMS
124124
aarch64-linux
@@ -144,8 +144,7 @@ DEPENDENCIES
144144
pact-mock_service (= 3.11.2)
145145
pact-provider-verifier (= 1.38.1)
146146
pact_broker-client (= 1.77.0)
147-
rack (>= 2.2.6)
148-
webrick (= 1.8.2)
147+
webrick (= 1.9.0)
149148

150149
BUNDLED WITH
151150
2.5.18

0 commit comments

Comments
 (0)
Please sign in to comment.