Skip to content

Commit 80708fe

Browse files
committedMay 9, 2018
feat(gems): update pact_broker gem to version 2.19.0
1 parent 5a679d9 commit 80708fe

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎pact_broker/Gemfile.lock

+7-7
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ GEM
2222
dry-configurable (~> 0.1, >= 0.1.3)
2323
dry-core (0.4.5)
2424
concurrent-ruby (~> 1.0)
25-
dry-equalizer (0.2.0)
25+
dry-equalizer (0.2.1)
2626
dry-logic (0.4.2)
2727
dry-container (~> 0.2, >= 0.2.6)
2828
dry-core (~> 0.2)
@@ -48,14 +48,14 @@ GEM
4848
tilt
4949
httparty (0.16.2)
5050
multi_xml (>= 0.5.2)
51-
i18n (1.0.0)
51+
i18n (1.0.1)
5252
concurrent-ruby (~> 1.0)
5353
inflecto (0.0.2)
5454
json (2.1.0)
5555
multi_json (1.13.1)
5656
multi_xml (0.6.0)
5757
mustermann (1.0.2)
58-
mysql2 (0.5.0)
58+
mysql2 (0.5.1)
5959
pact-support (1.6.0)
6060
awesome_print (~> 1.1)
6161
find_a_port (~> 1.0.1)
@@ -64,7 +64,7 @@ GEM
6464
rspec (>= 2.14)
6565
term-ansicolor (~> 1.0)
6666
thor
67-
pact_broker (2.18.0)
67+
pact_broker (2.19.0)
6868
dry-types (~> 0.10.3)
6969
dry-validation (~> 0.10.5)
7070
haml (~> 5.0)
@@ -88,11 +88,11 @@ GEM
8888
sinatra (>= 2.0.0)
8989
thor (~> 0.18)
9090
padrino-support (0.14.3)
91-
passenger (5.2.3)
91+
passenger (5.3.0)
9292
rack
9393
rake (>= 0.8.1)
9494
pg (1.0.0)
95-
rack (2.0.4)
95+
rack (2.0.5)
9696
rack-protection (2.0.1)
9797
rack
9898
rake (12.3.1)
@@ -121,7 +121,7 @@ GEM
121121
rspec-support (~> 3.7.0)
122122
rspec-support (3.7.1)
123123
semver2 (3.4.2)
124-
sequel (5.7.1)
124+
sequel (5.8.0)
125125
sinatra (2.0.1)
126126
mustermann (~> 1.0)
127127
rack (~> 2.0)

0 commit comments

Comments
 (0)
Please sign in to comment.