Skip to content

Commit 16efe89

Browse files
committedAug 12, 2024
feat(deps): update pact_broker gem to version 2.111.0
[ci-skip]
1 parent ef39150 commit 16efe89

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed
 

‎pact_broker/Gemfile.lock

+16-16
Original file line numberDiff line numberDiff line change
@@ -7,26 +7,26 @@ GEM
77
awesome_print (1.9.2)
88
base64 (0.2.0)
99
bigdecimal (3.1.8)
10-
concurrent-ruby (1.2.3)
10+
concurrent-ruby (1.3.4)
1111
crass (1.0.6)
1212
declarative (0.0.20)
1313
diff-lcs (1.5.1)
1414
disposable (0.6.3)
1515
declarative (>= 0.0.9, < 1.0.0)
1616
representable (>= 3.1.1, < 4)
17-
dry-configurable (1.1.0)
17+
dry-configurable (1.2.0)
1818
dry-core (~> 1.0, < 2)
1919
zeitwerk (~> 2.6)
2020
dry-core (1.0.1)
2121
concurrent-ruby (~> 1.0)
2222
zeitwerk (~> 2.6)
23-
dry-inflector (1.0.0)
23+
dry-inflector (1.1.0)
2424
dry-initializer (3.1.1)
2525
dry-logic (1.5.0)
2626
concurrent-ruby (~> 1.0)
2727
dry-core (~> 1.0, < 2)
2828
zeitwerk (~> 2.6)
29-
dry-schema (1.13.3)
29+
dry-schema (1.13.4)
3030
concurrent-ruby (~> 1.0)
3131
dry-configurable (~> 1.0, >= 1.0.1)
3232
dry-core (~> 1.0, < 2)
@@ -55,22 +55,22 @@ GEM
5555
i18n (1.14.5)
5656
concurrent-ruby (~> 1.0)
5757
json (2.7.2)
58-
mini_portile2 (2.8.6)
58+
mini_portile2 (2.8.7)
5959
moments (0.3.0)
6060
multi_json (1.15.0)
61-
mustermann (3.0.0)
61+
mustermann (3.0.2)
6262
ruby2_keywords (~> 0.0.1)
6363
mysql2 (0.5.6)
6464
nio4r (2.7.3)
65-
nokogiri (1.16.5)
65+
nokogiri (1.16.7)
6666
mini_portile2 (~> 2.8.2)
6767
racc (~> 1.4)
68-
pact-support (1.20.0)
68+
pact-support (1.20.1)
6969
awesome_print (~> 1.9)
7070
diff-lcs (~> 1.5)
7171
expgen (~> 0.1)
7272
rainbow (~> 3.1.1)
73-
pact_broker (2.110.0)
73+
pact_broker (2.111.0)
7474
anyway_config (~> 2.1)
7575
dry-validation (~> 1.8)
7676
haml (~> 5.0)
@@ -106,7 +106,7 @@ GEM
106106
stringio
107107
puma (5.6.8)
108108
nio4r (~> 2.0)
109-
racc (1.8.0)
109+
racc (1.8.1)
110110
rack (2.2.9)
111111
rack-protection (3.2.0)
112112
base64 (>= 0.1.0)
@@ -128,13 +128,13 @@ GEM
128128
representable (~> 3.1)
129129
ruby-next-core (1.0.3)
130130
ruby2_keywords (0.0.5)
131-
sanitize (6.1.0)
131+
sanitize (6.1.2)
132132
crass (~> 1.0.2)
133133
nokogiri (>= 1.12.0)
134-
semantic_logger (4.15.0)
134+
semantic_logger (4.16.0)
135135
concurrent-ruby (~> 1.0)
136136
semver2 (3.4.2)
137-
sequel (5.80.0)
137+
sequel (5.83.1)
138138
bigdecimal
139139
sinatra (3.2.0)
140140
mustermann (~> 3.0)
@@ -143,13 +143,13 @@ GEM
143143
tilt (~> 2.0)
144144
sqlite3 (1.7.3)
145145
mini_portile2 (~> 2.8.0)
146-
stringio (3.1.0)
146+
stringio (3.1.1)
147147
sucker_punch (3.2.0)
148148
concurrent-ruby (~> 1.0)
149149
table_print (1.5.7)
150150
temple (0.10.3)
151151
thor (1.3.1)
152-
tilt (2.3.0)
152+
tilt (2.4.0)
153153
trailblazer-option (0.1.2)
154154
uber (0.1.0)
155155
webmachine (2.0.1)
@@ -159,7 +159,7 @@ GEM
159159
multi_json
160160
webrick (1.8.1)
161161
wisper (2.0.1)
162-
zeitwerk (2.6.14)
162+
zeitwerk (2.6.17)
163163

164164
PLATFORMS
165165
ruby

0 commit comments

Comments
 (0)
Please sign in to comment.