Skip to content

Commit 53affe3

Browse files
committed
feat(deps): update pact_broker gem to version 2.80.0
[ci-skip]
1 parent cb43417 commit 53affe3

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed

Diff for: pact_broker/Gemfile.lock

+22-20
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
as-notifications (1.0.1)
4+
as-notifications (1.0.2)
55
awesome_print (1.9.2)
6-
concurrent-ruby (1.1.8)
6+
concurrent-ruby (1.1.9)
77
crass (1.0.6)
88
declarative (0.0.20)
99
declarative-builder (0.1.0)
@@ -19,10 +19,10 @@ GEM
1919
dry-configurable (0.12.1)
2020
concurrent-ruby (~> 1.0)
2121
dry-core (~> 0.5, >= 0.5.0)
22-
dry-container (0.7.2)
22+
dry-container (0.8.0)
2323
concurrent-ruby (~> 1.0)
2424
dry-configurable (~> 0.1, >= 0.1.3)
25-
dry-core (0.5.0)
25+
dry-core (0.6.0)
2626
concurrent-ruby (~> 1.0)
2727
dry-equalizer (0.3.0)
2828
dry-logic (0.4.2)
@@ -50,21 +50,21 @@ GEM
5050
httparty (0.18.1)
5151
mime-types (~> 3.0)
5252
multi_xml (>= 0.5.2)
53-
i18n (1.8.9)
53+
i18n (1.8.10)
5454
concurrent-ruby (~> 1.0)
5555
inflecto (0.0.2)
5656
json (2.5.1)
5757
mime-types (3.3.1)
5858
mime-types-data (~> 3.2015)
59-
mime-types-data (3.2021.0225)
60-
mini_portile2 (2.5.1)
59+
mime-types-data (3.2021.0704)
60+
mini_portile2 (2.5.3)
6161
multi_json (1.15.0)
6262
multi_xml (0.6.0)
6363
mustermann (1.1.1)
6464
ruby2_keywords (~> 0.0.1)
6565
mysql2 (0.5.3)
6666
nio4r (2.5.7)
67-
nokogiri (1.11.5)
67+
nokogiri (1.11.7)
6868
mini_portile2 (~> 2.5.0)
6969
racc (~> 1.4)
7070
nokogumbo (2.0.5)
@@ -74,7 +74,7 @@ GEM
7474
diff-lcs (~> 1.4)
7575
randexp (~> 0.1.7)
7676
term-ansicolor (~> 1.0)
77-
pact_broker (2.79.1)
77+
pact_broker (2.80.0)
7878
dry-logic (= 0.4.2)
7979
dry-types (~> 0.10.3)
8080
dry-validation (~> 0.10.5)
@@ -95,14 +95,15 @@ GEM
9595
sinatra (>= 2.0.8.1, < 3.0)
9696
sucker_punch (~> 2.0)
9797
table_print (~> 1.5)
98-
webmachine (= 1.5.0)
99-
padrino-core (0.15.0)
100-
padrino-support (= 0.15.0)
98+
webmachine (= 1.6.0)
99+
wisper (~> 2.0)
100+
padrino-core (0.15.1)
101+
padrino-support (= 0.15.1)
101102
sinatra (>= 2.0.0)
102-
thor (~> 0.18)
103-
padrino-support (0.15.0)
103+
thor (~> 1.0)
104+
padrino-support (0.15.1)
104105
pg (1.2.3)
105-
puma (5.3.1)
106+
puma (5.3.2)
106107
nio4r (~> 2.0)
107108
racc (1.5.2)
108109
rack (2.2.3)
@@ -126,10 +127,10 @@ GEM
126127
crass (~> 1.0.2)
127128
nokogiri (>= 1.8.0)
128129
nokogumbo (~> 2.0)
129-
semantic_logger (4.7.4)
130+
semantic_logger (4.8.1)
130131
concurrent-ruby (~> 1.0)
131132
semver2 (3.4.2)
132-
sequel (5.42.0)
133+
sequel (5.46.0)
133134
sinatra (2.1.0)
134135
mustermann (~> 1.0)
135136
rack (~> 2.2)
@@ -143,16 +144,17 @@ GEM
143144
temple (0.8.2)
144145
term-ansicolor (1.7.1)
145146
tins (~> 1.0)
146-
thor (0.20.3)
147+
thor (1.1.0)
147148
tilt (2.0.10)
148-
tins (1.28.0)
149+
tins (1.29.1)
149150
sync
150151
uber (0.1.0)
151-
webmachine (1.5.0)
152+
webmachine (1.6.0)
152153
as-notifications (~> 1.0)
153154
i18n (>= 0.4.0)
154155
multi_json
155156
webrick (1.7.0)
157+
wisper (2.0.1)
156158

157159
PLATFORMS
158160
ruby

0 commit comments

Comments
 (0)