Skip to content

Commit a9b6c13

Browse files
committed
feat(deps): update pact_broker gem to version 2.110.0
[ci-skip]
1 parent 376bf67 commit a9b6c13

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

Diff for: pact_broker/Gemfile.lock

+20-19
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
anyway_config (2.6.3)
4+
anyway_config (2.6.4)
55
ruby-next-core (~> 1.0)
66
as-notifications (1.0.2)
77
awesome_print (1.9.2)
88
base64 (0.2.0)
9-
bigdecimal (3.1.6)
9+
bigdecimal (3.1.8)
1010
concurrent-ruby (1.2.3)
1111
crass (1.0.6)
1212
declarative (0.0.20)
@@ -52,33 +52,33 @@ GEM
5252
haml (5.2.2)
5353
temple (>= 0.8.0)
5454
tilt
55-
i18n (1.14.1)
55+
i18n (1.14.5)
5656
concurrent-ruby (~> 1.0)
57-
json (2.7.1)
58-
mini_portile2 (2.8.5)
57+
json (2.7.2)
58+
mini_portile2 (2.8.6)
5959
moments (0.3.0)
6060
multi_json (1.15.0)
6161
mustermann (3.0.0)
6262
ruby2_keywords (~> 0.0.1)
6363
mysql2 (0.5.6)
64-
nio4r (2.7.0)
65-
nokogiri (1.16.2)
64+
nio4r (2.7.3)
65+
nokogiri (1.16.4)
6666
mini_portile2 (~> 2.8.2)
6767
racc (~> 1.4)
6868
pact-support (1.20.0)
6969
awesome_print (~> 1.9)
7070
diff-lcs (~> 1.5)
7171
expgen (~> 0.1)
7272
rainbow (~> 3.1.1)
73-
pact_broker (2.109.1)
73+
pact_broker (2.110.0)
7474
anyway_config (~> 2.1)
7575
dry-validation (~> 1.8)
7676
haml (~> 5.0)
7777
json (~> 2.3)
7878
moments (~> 0.2)
7979
pact-support (~> 1.16, >= 1.16.4)
8080
padrino-core (~> 0.14, >= 0.14.3)
81-
psych (~> 4.0)
81+
psych (~> 5.0)
8282
rack (~> 2.2, >= 2.2.3)
8383
rack-protection (~> 3.0)
8484
redcarpet (~> 3.5, >= 3.5.1)
@@ -101,18 +101,18 @@ GEM
101101
thor (~> 1.0)
102102
padrino-support (0.15.3)
103103
parslet (2.0.0)
104-
pg (1.5.5)
105-
psych (4.0.6)
104+
pg (1.5.6)
105+
psych (5.1.2)
106106
stringio
107107
puma (5.6.8)
108108
nio4r (~> 2.0)
109109
racc (1.7.3)
110-
rack (2.2.8.1)
110+
rack (2.2.9)
111111
rack-protection (3.2.0)
112112
base64 (>= 0.1.0)
113113
rack (~> 2.2, >= 2.2.4)
114114
rainbow (3.1.1)
115-
rake (13.1.0)
115+
rake (13.2.1)
116116
redcarpet (3.6.0)
117117
reform (2.6.2)
118118
disposable (>= 0.5.0, < 1.0.0)
@@ -122,38 +122,39 @@ GEM
122122
declarative (< 0.1.0)
123123
trailblazer-option (>= 0.1.1, < 0.2.0)
124124
uber (< 0.2.0)
125-
request_store (1.6.0)
125+
request_store (1.7.0)
126126
rack (>= 1.4)
127127
roar (1.2.0)
128128
representable (~> 3.1)
129-
ruby-next-core (1.0.2)
129+
ruby-next-core (1.0.3)
130130
ruby2_keywords (0.0.5)
131131
sanitize (6.1.0)
132132
crass (~> 1.0.2)
133133
nokogiri (>= 1.12.0)
134134
semantic_logger (4.15.0)
135135
concurrent-ruby (~> 1.0)
136136
semver2 (3.4.2)
137-
sequel (5.77.0)
137+
sequel (5.80.0)
138138
bigdecimal
139139
sinatra (3.2.0)
140140
mustermann (~> 3.0)
141141
rack (~> 2.2, >= 2.2.4)
142142
rack-protection (= 3.2.0)
143143
tilt (~> 2.0)
144-
sqlite3 (1.7.2)
144+
sqlite3 (1.7.3)
145145
mini_portile2 (~> 2.8.0)
146146
stringio (3.1.0)
147147
sucker_punch (3.2.0)
148148
concurrent-ruby (~> 1.0)
149149
table_print (1.5.7)
150150
temple (0.10.3)
151-
thor (1.3.0)
151+
thor (1.3.1)
152152
tilt (2.3.0)
153153
trailblazer-option (0.1.2)
154154
uber (0.1.0)
155-
webmachine (2.0.0)
155+
webmachine (2.0.1)
156156
as-notifications (>= 1.0.2, < 2.0)
157+
base64
157158
i18n (>= 0.4.0)
158159
multi_json
159160
webrick (1.8.1)

0 commit comments

Comments
 (0)