Skip to content

Commit c85ea9c

Browse files
committed
feat(deps): update pact_broker gem to version 2.108.0
[ci-skip]
1 parent b88e830 commit c85ea9c

File tree

1 file changed

+36
-32
lines changed

1 file changed

+36
-32
lines changed

Diff for: pact_broker/Gemfile.lock

+36-32
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
anyway_config (2.5.1)
13-
ruby-next-core (>= 0.14.0)
12+
anyway_config (2.6.1)
13+
ruby-next-core (~> 1.0)
1414
as-notifications (1.0.2)
1515
awesome_print (1.9.2)
16+
base64 (0.2.0)
17+
bigdecimal (3.1.5)
1618
concurrent-ruby (1.2.2)
1719
crass (1.0.6)
1820
declarative (0.0.20)
@@ -32,7 +34,7 @@ GEM
3234
concurrent-ruby (~> 1.0)
3335
dry-core (~> 1.0, < 2)
3436
zeitwerk (~> 2.6)
35-
dry-schema (1.13.2)
37+
dry-schema (1.13.3)
3638
concurrent-ruby (~> 1.0)
3739
dry-configurable (~> 1.0, >= 1.0.1)
3840
dry-core (~> 1.0, < 2)
@@ -59,23 +61,23 @@ GEM
5961
tilt
6062
i18n (1.14.1)
6163
concurrent-ruby (~> 1.0)
62-
json (2.6.3)
63-
mini_portile2 (2.8.4)
64-
moments (0.2.0)
64+
json (2.7.1)
65+
mini_portile2 (2.8.5)
66+
moments (0.3.0)
6567
multi_json (1.15.0)
66-
mustermann (2.0.2)
68+
mustermann (3.0.0)
6769
ruby2_keywords (~> 0.0.1)
6870
mysql2 (0.5.5)
69-
nio4r (2.5.9)
70-
nokogiri (1.15.3)
71+
nio4r (2.7.0)
72+
nokogiri (1.16.0)
7173
mini_portile2 (~> 2.8.2)
7274
racc (~> 1.4)
73-
pact-support (1.19.0)
75+
pact-support (1.20.0)
7476
awesome_print (~> 1.9)
75-
diff-lcs (~> 1.4)
77+
diff-lcs (~> 1.5)
7678
expgen (~> 0.1)
7779
rainbow (~> 3.1.1)
78-
pact_broker (2.107.1)
80+
pact_broker (2.108.0)
7981
anyway_config (~> 2.1)
8082
dry-validation (~> 1.8)
8183
haml (~> 5.0)
@@ -85,7 +87,7 @@ GEM
8587
padrino-core (~> 0.14, >= 0.14.3)
8688
psych (~> 4.0)
8789
rack (~> 2.2, >= 2.2.3)
88-
rack-protection (>= 2.0.8.1, < 3.0)
90+
rack-protection (~> 3.0)
8991
redcarpet (~> 3.5, >= 3.5.1)
9092
reform (~> 2.6)
9193
request_store (~> 1.5)
@@ -94,7 +96,7 @@ GEM
9496
semantic_logger (~> 4.11)
9597
semver2 (~> 3.4.2)
9698
sequel (~> 5.28)
97-
sinatra (>= 2.0.8.1, < 3.0)
99+
sinatra (~> 3.0)
98100
sucker_punch (~> 2.0)
99101
table_print (~> 1.5)
100102
webmachine (>= 2.0.0.beta, < 3.0)
@@ -111,12 +113,13 @@ GEM
111113
stringio
112114
puma (5.6.7)
113115
nio4r (~> 2.0)
114-
racc (1.7.1)
116+
racc (1.7.3)
115117
rack (2.2.8)
116-
rack-protection (2.2.4)
117-
rack
118+
rack-protection (3.2.0)
119+
base64 (>= 0.1.0)
120+
rack (~> 2.2, >= 2.2.4)
118121
rainbow (3.1.1)
119-
rake (13.0.6)
122+
rake (13.1.0)
120123
redcarpet (3.6.0)
121124
reform (2.6.2)
122125
disposable (>= 0.5.0, < 1.0.0)
@@ -130,27 +133,28 @@ GEM
130133
rack (>= 1.4)
131134
roar (1.2.0)
132135
representable (~> 3.1)
133-
ruby-next-core (0.15.3)
136+
ruby-next-core (1.0.0)
134137
ruby2_keywords (0.0.5)
135-
sanitize (6.0.2)
138+
sanitize (6.1.0)
136139
crass (~> 1.0.2)
137140
nokogiri (>= 1.12.0)
138-
semantic_logger (4.14.0)
141+
semantic_logger (4.15.0)
139142
concurrent-ruby (~> 1.0)
140143
semver2 (3.4.2)
141-
sequel (5.71.0)
142-
sinatra (2.2.4)
143-
mustermann (~> 2.0)
144-
rack (~> 2.2)
145-
rack-protection (= 2.2.4)
144+
sequel (5.76.0)
145+
bigdecimal
146+
sinatra (3.2.0)
147+
mustermann (~> 3.0)
148+
rack (~> 2.2, >= 2.2.4)
149+
rack-protection (= 3.2.0)
146150
tilt (~> 2.0)
147-
sqlite3 (1.6.5)
151+
sqlite3 (1.7.0)
148152
mini_portile2 (~> 2.8.0)
149-
stringio (3.0.7)
153+
stringio (3.1.0)
150154
table_print (1.5.7)
151-
temple (0.10.2)
152-
thor (1.2.2)
153-
tilt (2.2.0)
155+
temple (0.10.3)
156+
thor (1.3.0)
157+
tilt (2.3.0)
154158
trailblazer-option (0.1.2)
155159
uber (0.1.0)
156160
webmachine (2.0.0)
@@ -159,7 +163,7 @@ GEM
159163
multi_json
160164
webrick (1.8.1)
161165
wisper (2.0.1)
162-
zeitwerk (2.6.11)
166+
zeitwerk (2.6.12)
163167

164168
PLATFORMS
165169
ruby

0 commit comments

Comments
 (0)