Skip to content

Commit aac6906

Browse files
authored
Merge pull request #266 from pact-foundation/deps/add_pact_support
Deps/add pact support
2 parents 9202129 + 05a253a commit aac6906

2 files changed

Lines changed: 20 additions & 18 deletions

File tree

pact_broker/Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ gem "mysql2", "~>0.3"
77
gem "sqlite3", "~>2.0", force_ruby_platform: true
88
gem "rake", "~> 13.0"
99
gem "padrino-core", ">= 0.16.0.pre3"
10-
gem "sinatra", "~> 4.0"
10+
gem "sinatra", "~> 4.0"
11+
gem "pact-support"

pact_broker/Gemfile.lock

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ GEM
66
as-notifications (1.0.2)
77
awesome_print (1.9.2)
88
base64 (0.3.0)
9-
bigdecimal (3.1.9)
9+
bigdecimal (3.2.2)
1010
concurrent-ruby (1.3.5)
1111
crass (1.0.6)
1212
date (3.4.1)
1313
declarative (0.0.20)
14-
diff-lcs (1.6.1)
14+
diff-lcs (1.6.2)
1515
disposable (0.6.3)
1616
declarative (>= 0.0.9, < 1.0.0)
1717
representable (>= 3.1.1, < 4)
@@ -37,7 +37,7 @@ GEM
3737
dry-logic (~> 1.5)
3838
dry-types (~> 1.8)
3939
zeitwerk (~> 2.6)
40-
dry-types (1.8.2)
40+
dry-types (1.8.3)
4141
bigdecimal (~> 3.0)
4242
concurrent-ruby (~> 1.0)
4343
dry-core (~> 1.0)
@@ -57,7 +57,7 @@ GEM
5757
tilt
5858
i18n (1.14.7)
5959
concurrent-ruby (~> 1.0)
60-
json (2.10.2)
60+
json (2.12.2)
6161
jsonpath (1.1.5)
6262
multi_json
6363
logger (1.7.0)
@@ -71,22 +71,22 @@ GEM
7171
nokogiri (1.18.8)
7272
mini_portile2 (~> 2.8.2)
7373
racc (~> 1.4)
74-
pact-support (1.21.2)
74+
pact-support (1.21.3)
7575
awesome_print (~> 1.9)
76-
diff-lcs (~> 1.5)
76+
diff-lcs (~> 1.6)
7777
expgen (~> 0.1)
78+
json (~> 2.12.2)
7879
jsonpath (~> 1.0)
7980
rainbow (~> 3.1.1)
8081
string_pattern (~> 2.0)
81-
pact_broker (2.115.0)
82+
pact_broker (2.116.0)
8283
anyway_config (~> 2.1)
8384
dry-validation (~> 1.8)
8485
haml (~> 5.0)
8586
json (~> 2.3)
8687
moments (~> 0.2)
87-
pact-support (~> 1.21, >= 1.21.2)
8888
psych (~> 5.0)
89-
rack (~> 3.1, >= 3.1.11)
89+
rack (~> 3.1, >= 3.1.16)
9090
rack-protection (~> 4.1)
9191
redcarpet (~> 3.5, >= 3.5.1)
9292
reform (~> 2.6)
@@ -95,7 +95,7 @@ GEM
9595
sanitize (~> 6.0)
9696
semantic_logger (~> 4.11)
9797
semver2 (~> 3.4.2)
98-
sequel (~> 5.28)
98+
sequel (~> 5.90)
9999
sucker_punch (~> 3.0)
100100
table_print (~> 1.5)
101101
webmachine (>= 2.0.0.beta, < 3.0)
@@ -108,7 +108,7 @@ GEM
108108
padrino-support (0.16.0.pre3)
109109
parslet (2.0.0)
110110
pg (1.5.9)
111-
psych (5.2.3)
111+
psych (5.2.6)
112112
date
113113
stringio
114114
puma (6.6.0)
@@ -140,15 +140,15 @@ GEM
140140
rack (>= 1.4)
141141
roar (1.2.0)
142142
representable (~> 3.1)
143-
ruby-next-core (1.1.1)
143+
ruby-next-core (1.1.2)
144144
ruby2_keywords (0.0.5)
145145
sanitize (6.1.3)
146146
crass (~> 1.0.2)
147147
nokogiri (>= 1.12.0)
148148
semantic_logger (4.16.1)
149149
concurrent-ruby (~> 1.0)
150150
semver2 (3.4.2)
151-
sequel (5.91.0)
151+
sequel (5.94.0)
152152
bigdecimal
153153
sinatra (4.1.1)
154154
logger (>= 1.6.0)
@@ -157,17 +157,17 @@ GEM
157157
rack-protection (= 4.1.1)
158158
rack-session (>= 2.0.0, < 3)
159159
tilt (~> 2.0)
160-
sqlite3 (2.7.1)
160+
sqlite3 (2.7.2)
161161
mini_portile2 (~> 2.8.0)
162162
string_pattern (2.3.0)
163163
regexp_parser (~> 2.5, >= 2.5.0)
164-
stringio (3.1.6)
164+
stringio (3.1.7)
165165
sucker_punch (3.2.0)
166166
concurrent-ruby (~> 1.0)
167167
table_print (1.5.7)
168168
temple (0.10.3)
169169
thor (1.3.2)
170-
tilt (2.6.0)
170+
tilt (2.6.1)
171171
trailblazer-option (0.1.2)
172172
uber (0.1.0)
173173
webmachine (2.0.1)
@@ -176,13 +176,14 @@ GEM
176176
i18n (>= 0.4.0)
177177
multi_json
178178
wisper (2.0.1)
179-
zeitwerk (2.7.2)
179+
zeitwerk (2.7.3)
180180

181181
PLATFORMS
182182
ruby
183183

184184
DEPENDENCIES
185185
mysql2 (~> 0.3)
186+
pact-support
186187
pact_broker
187188
padrino-core (>= 0.16.0.pre3)
188189
pg (~> 1.5)

0 commit comments

Comments
 (0)