Skip to content

Commit 51f9a30

Browse files
committed
feat(gems): update to pact-support (1.21.0)
1 parent e5a381e commit 51f9a30

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

packaging/Gemfile.lock

+16-8
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ GEM
99
dig_rb (1.0.1)
1010
expgen (0.1.1)
1111
parslet
12-
faraday (2.12.0)
13-
faraday-net_http (>= 2.0, < 3.4)
12+
faraday (2.12.1)
13+
faraday-net_http (>= 2.0, < 3.5)
1414
json
1515
logger
16-
faraday-net_http (3.3.0)
17-
net-http
16+
faraday-net_http (3.4.0)
17+
net-http (>= 0.5.0)
1818
faraday-retry (2.2.1)
1919
faraday (~> 2.0)
2020
find_a_port (1.0.1)
@@ -23,13 +23,16 @@ GEM
2323
mini_mime (>= 1.0.0)
2424
multi_xml (>= 0.5.2)
2525
json (2.7.1)
26+
jsonpath (1.1.5)
27+
multi_json
2628
logger (1.6.1)
2729
mini_mime (1.1.5)
30+
multi_json (1.15.0)
2831
multi_xml (0.7.1)
2932
bigdecimal (~> 3.1)
30-
net-http (0.4.1)
33+
net-http (0.5.0)
3134
uri
32-
ostruct (0.6.0)
35+
ostruct (0.6.1)
3336
pact (1.65.2)
3437
pact-mock_service (~> 3.0, >= 3.3.1)
3538
pact-support (~> 1.16, >= 1.16.9)
@@ -59,11 +62,13 @@ GEM
5962
rack-reverse-proxy
6063
rspec (~> 3.5)
6164
rspec_junit_formatter (~> 0.3)
62-
pact-support (1.20.2)
65+
pact-support (1.21.0)
6366
awesome_print (~> 1.9)
6467
diff-lcs (~> 1.5)
6568
expgen (~> 0.1)
69+
jsonpath (~> 1.0)
6670
rainbow (~> 3.1.1)
71+
string_pattern (~> 2.0)
6772
pact_broker-client (1.77.0)
6873
base64 (~> 0.2)
6974
dig_rb (~> 1.0)
@@ -84,6 +89,7 @@ GEM
8489
rack (>= 1.3)
8590
rainbow (3.1.1)
8691
rake (13.2.1)
92+
regexp_parser (2.9.2)
8793
rspec (3.13.0)
8894
rspec-core (~> 3.13.0)
8995
rspec-expectations (~> 3.13.0)
@@ -99,6 +105,8 @@ GEM
99105
rspec-support (3.13.1)
100106
rspec_junit_formatter (0.6.0)
101107
rspec-core (>= 2, < 4, != 2.12.0)
108+
string_pattern (2.3.0)
109+
regexp_parser (~> 2.5, >= 2.5.0)
102110
sync (0.5.0)
103111
table_print (1.5.7)
104112
term-ansicolor (1.11.2)
@@ -107,7 +115,7 @@ GEM
107115
tins (1.37.0)
108116
bigdecimal
109117
sync
110-
uri (0.13.1)
118+
uri (1.0.2)
111119
webrick (1.8.2)
112120

113121
PLATFORMS

0 commit comments

Comments
 (0)