File tree 2 files changed +5
-7
lines changed
2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
- source 'http ://rubygems.org'
1
+ source 'https ://rubygems.org'
2
2
3
3
gem "pact" , "1.66.0"
4
4
gem "pact-message" , "0.11.1"
5
5
gem "pact-mock_service" , "3.11.2"
6
6
gem "pact-provider-verifier" , "1.38.1"
7
7
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"
10
9
# see https://stdgems.org/ for versions to lock to
11
10
# we require gem locking for gems with native extensions
12
11
# due to lack of windows support
Original file line number Diff line number Diff line change 1
1
GEM
2
- remote: http ://rubygems.org/
2
+ remote: https ://rubygems.org/
3
3
specs:
4
4
awesome_print (1.9.2 )
5
5
base64 (0.2.0 )
118
118
bigdecimal
119
119
sync
120
120
uri (1.0.2 )
121
- webrick (1.8.2 )
121
+ webrick (1.9.0 )
122
122
123
123
PLATFORMS
124
124
aarch64-linux
@@ -144,8 +144,7 @@ DEPENDENCIES
144
144
pact-mock_service (= 3.11.2 )
145
145
pact-provider-verifier (= 1.38.1 )
146
146
pact_broker-client (= 1.77.0 )
147
- rack (>= 2.2.6 )
148
- webrick (= 1.8.2 )
147
+ webrick (= 1.9.0 )
149
148
150
149
BUNDLED WITH
151
150
2.5.18
You can’t perform that action at this time.
0 commit comments