Skip to content

Commit 67b249f

Browse files
committed
chore(deps): update
1 parent 7563fcf commit 67b249f

File tree

2 files changed

+54
-55
lines changed

2 files changed

+54
-55
lines changed

example/animal-service/Gemfile.lock

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,47 @@
11
PATH
22
remote: ../..
33
specs:
4-
pact (1.43.0)
5-
pact-mock_service (~> 3.0)
4+
pact (1.53.0)
5+
pact-mock_service (~> 3.0, >= 3.3.1)
66
pact-support (~> 1.9)
77
rack-test (>= 0.6.3, < 2.0.0)
8-
rspec (>= 2.14)
8+
rspec (~> 3.0)
99
term-ansicolor (~> 1.0)
10-
thor
11-
webrick
10+
thor (>= 0.20, < 2.0)
11+
webrick (~> 1.3)
1212

1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
1616
awesome_print (1.8.0)
17-
coderay (1.1.2)
18-
diff-lcs (1.3)
17+
coderay (1.1.3)
18+
diff-lcs (1.4.4)
1919
filelock (1.1.1)
2020
find_a_port (1.0.1)
2121
json (1.8.6)
22-
method_source (0.9.2)
22+
method_source (1.0.0)
2323
mustermann (1.1.1)
2424
ruby2_keywords (~> 0.0.1)
25-
pact-mock_service (3.2.1)
25+
pact-mock_service (3.6.2)
2626
filelock (~> 1.1)
2727
find_a_port (~> 1.0.1)
2828
json
2929
pact-support (~> 1.12, >= 1.12.0)
3030
rack (~> 2.0)
3131
rspec (>= 2.14)
3232
term-ansicolor (~> 1.0)
33-
thor (~> 0.19)
33+
thor (>= 0.19, < 2.0)
3434
webrick (~> 1.3)
35-
pact-support (1.12.0)
35+
pact-support (1.15.1)
3636
awesome_print (~> 1.1)
3737
randexp (~> 0.1.7)
3838
rspec (>= 2.14)
3939
term-ansicolor (~> 1.0)
40-
pry (0.12.2)
41-
coderay (~> 1.1.0)
42-
method_source (~> 0.9.0)
43-
rack (2.1.0)
44-
rack-protection (2.0.8.1)
40+
pry (0.13.1)
41+
coderay (~> 1.1)
42+
method_source (~> 1.0)
43+
rack (2.2.3)
44+
rack-protection (2.1.0)
4545
rack
4646
rack-test (1.1.0)
4747
rack (>= 1.0, < 3)
@@ -51,29 +51,29 @@ GEM
5151
rspec-core (~> 3.9.0)
5252
rspec-expectations (~> 3.9.0)
5353
rspec-mocks (~> 3.9.0)
54-
rspec-core (3.9.1)
55-
rspec-support (~> 3.9.1)
56-
rspec-expectations (3.9.0)
54+
rspec-core (3.9.2)
55+
rspec-support (~> 3.9.3)
56+
rspec-expectations (3.9.2)
5757
diff-lcs (>= 1.2.0, < 2.0)
5858
rspec-support (~> 3.9.0)
5959
rspec-mocks (3.9.1)
6060
diff-lcs (>= 1.2.0, < 2.0)
6161
rspec-support (~> 3.9.0)
62-
rspec-support (3.9.2)
62+
rspec-support (3.9.3)
6363
ruby2_keywords (0.0.2)
64-
sequel (5.28.0)
65-
sinatra (2.0.8.1)
64+
sequel (5.36.0)
65+
sinatra (2.1.0)
6666
mustermann (~> 1.0)
67-
rack (~> 2.0)
68-
rack-protection (= 2.0.8.1)
67+
rack (~> 2.2)
68+
rack-protection (= 2.1.0)
6969
tilt (~> 2.0)
7070
sqlite3 (1.4.2)
7171
sync (0.5.0)
7272
term-ansicolor (1.7.1)
7373
tins (~> 1.0)
74-
thor (0.20.3)
74+
thor (1.0.1)
7575
tilt (2.0.10)
76-
tins (1.24.0)
76+
tins (1.25.0)
7777
sync
7878
webrick (1.6.0)
7979

example/zoo-app/Gemfile.lock

Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,57 @@
11
PATH
22
remote: ../..
33
specs:
4-
pact (1.43.0)
5-
pact-mock_service (~> 3.0)
4+
pact (1.53.0)
5+
pact-mock_service (~> 3.0, >= 3.3.1)
66
pact-support (~> 1.9)
77
rack-test (>= 0.6.3, < 2.0.0)
8-
rspec (>= 2.14)
8+
rspec (~> 3.0)
99
term-ansicolor (~> 1.0)
10-
thor
11-
webrick
10+
thor (>= 0.20, < 2.0)
11+
webrick (~> 1.3)
1212

1313
GEM
1414
remote: https://rubygems.org/
1515
specs:
1616
awesome_print (1.8.0)
17-
coderay (1.1.2)
18-
diff-lcs (1.3)
17+
coderay (1.1.3)
18+
diff-lcs (1.4.4)
1919
filelock (1.1.1)
2020
find_a_port (1.0.1)
21-
httparty (0.17.3)
21+
httparty (0.18.1)
2222
mime-types (~> 3.0)
2323
multi_xml (>= 0.5.2)
24-
json (2.3.0)
25-
method_source (0.9.2)
24+
json (2.3.1)
25+
method_source (1.0.0)
2626
mime-types (3.3.1)
2727
mime-types-data (~> 3.2015)
28-
mime-types-data (3.2019.1009)
28+
mime-types-data (3.2020.0512)
2929
multi_xml (0.6.0)
30-
pact-mock_service (3.2.1)
30+
pact-mock_service (3.6.2)
3131
filelock (~> 1.1)
3232
find_a_port (~> 1.0.1)
3333
json
3434
pact-support (~> 1.12, >= 1.12.0)
3535
rack (~> 2.0)
3636
rspec (>= 2.14)
3737
term-ansicolor (~> 1.0)
38-
thor (~> 0.19)
38+
thor (>= 0.19, < 2.0)
3939
webrick (~> 1.3)
40-
pact-support (1.12.0)
40+
pact-support (1.15.1)
4141
awesome_print (~> 1.1)
4242
randexp (~> 0.1.7)
4343
rspec (>= 2.14)
4444
term-ansicolor (~> 1.0)
45-
pact_broker-client (1.20.0)
46-
httparty
47-
json
48-
rake
45+
pact_broker-client (1.29.1)
46+
httparty (~> 0.18)
47+
rake (~> 13.0)
4948
table_print (~> 1.5)
50-
term-ansicolor
49+
term-ansicolor (~> 1.7)
5150
thor (~> 0.20)
52-
pry (0.12.2)
53-
coderay (~> 1.1.0)
54-
method_source (~> 0.9.0)
55-
rack (2.1.0)
51+
pry (0.13.1)
52+
coderay (~> 1.1)
53+
method_source (~> 1.0)
54+
rack (2.2.3)
5655
rack-test (1.1.0)
5756
rack (>= 1.0, < 3)
5857
rake (13.0.1)
@@ -61,21 +60,21 @@ GEM
6160
rspec-core (~> 3.9.0)
6261
rspec-expectations (~> 3.9.0)
6362
rspec-mocks (~> 3.9.0)
64-
rspec-core (3.9.1)
65-
rspec-support (~> 3.9.1)
66-
rspec-expectations (3.9.0)
63+
rspec-core (3.9.2)
64+
rspec-support (~> 3.9.3)
65+
rspec-expectations (3.9.2)
6766
diff-lcs (>= 1.2.0, < 2.0)
6867
rspec-support (~> 3.9.0)
6968
rspec-mocks (3.9.1)
7069
diff-lcs (>= 1.2.0, < 2.0)
7170
rspec-support (~> 3.9.0)
72-
rspec-support (3.9.2)
71+
rspec-support (3.9.3)
7372
sync (0.5.0)
74-
table_print (1.5.6)
73+
table_print (1.5.7)
7574
term-ansicolor (1.7.1)
7675
tins (~> 1.0)
7776
thor (0.20.3)
78-
tins (1.24.0)
77+
tins (1.25.0)
7978
sync
8079
webrick (1.6.0)
8180

0 commit comments

Comments
 (0)