Skip to content

Commit

Permalink
feat(gems): update pact_broker gem to version 2.7.0.beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Oct 30, 2017
1 parent ff8c18b commit 305f899
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 26 deletions.
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem "pact_broker", "~>2.0"
gem "pact_broker", "2.7.0.beta.2"
gem "pg"
gem "passenger"
gem "mysql2", "~>0.3"
Expand Down
51 changes: 26 additions & 25 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ GEM
tilt
httparty (0.15.6)
multi_xml (>= 0.5.2)
i18n (0.8.6)
i18n (0.9.0)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
json (2.1.0)
multi_json (1.12.2)
Expand All @@ -58,37 +59,35 @@ GEM
mustermann19 (0.4.4)
enumerable-lazy
mysql2 (0.4.9)
pact (1.16.0)
pact (1.19.0)
json (> 1.8.5)
pact-mock_service (~> 2.0)
pact-support (~> 1.1, >= 1.1.8)
rack-test (~> 0.6.2)
pact-support (~> 1.2, >= 1.2.4)
rack-test (~> 0.6, >= 0.6.3)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor
webrick
pact-mock_service (2.3.0)
pact-mock_service (2.5.4)
filelock (~> 1.1)
find_a_port (~> 1.0.1)
json
pact-support (~> 1.2, >= 1.2.1)
rack (~> 2.0)
rack-test (~> 0.6.2)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor (~> 0.19)
webrick (~> 1.3)
pact-support (1.2.1)
pact-support (1.2.4)
awesome_print (~> 1.1)
find_a_port (~> 1.0.1)
json
rack-test (~> 0.6.2)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
thor
pact_broker (2.6.0)
pact_broker (2.7.0.beta.2)
dry-types (~> 0.10.3)
dry-validation (~> 0.10.5)
haml (~> 4.0)
Expand All @@ -104,6 +103,7 @@ GEM
semver2 (~> 3.4.2)
sequel (~> 4.23)
sucker_punch (~> 2.0)
table_print (~> 1.5)
webmachine (= 1.5.0)
padrino-core (0.14.1.1)
mustermann19
Expand All @@ -112,16 +112,16 @@ GEM
sinatra (>= 1.4.6)
thor (~> 0.18)
padrino-support (0.14.1.1)
passenger (5.1.8)
passenger (5.1.11)
rack
rake (>= 0.8.1)
pg (0.21.0)
rack (2.0.3)
rack-protection (2.0.0)
rack
rack-test (0.6.3)
rack (>= 1.0)
rake (12.1.0)
rack-test (0.7.0)
rack (>= 1.0, < 3)
rake (12.2.1)
randexp (0.1.7)
redcarpet (3.4.0)
reform (2.2.4)
Expand All @@ -133,19 +133,19 @@ GEM
uber (< 0.2.0)
roar (1.1.0)
representable (~> 3.0.0)
rspec (3.6.0)
rspec-core (~> 3.6.0)
rspec-expectations (~> 3.6.0)
rspec-mocks (~> 3.6.0)
rspec-core (3.6.0)
rspec-support (~> 3.6.0)
rspec-expectations (3.6.0)
rspec (3.7.0)
rspec-core (~> 3.7.0)
rspec-expectations (~> 3.7.0)
rspec-mocks (~> 3.7.0)
rspec-core (3.7.0)
rspec-support (~> 3.7.0)
rspec-expectations (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-mocks (3.6.0)
rspec-support (~> 3.7.0)
rspec-mocks (3.7.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.6.0)
rspec-support (3.6.0)
rspec-support (~> 3.7.0)
rspec-support (3.7.0)
semver2 (3.4.2)
sequel (4.49.0)
sinatra (2.0.0)
Expand All @@ -156,6 +156,7 @@ GEM
sqlite3 (1.3.13)
sucker_punch (2.0.4)
concurrent-ruby (~> 1.0.0)
table_print (1.5.6)
term-ansicolor (1.6.0)
tins (~> 1.0)
thor (0.20.0)
Expand All @@ -173,7 +174,7 @@ PLATFORMS

DEPENDENCIES
mysql2 (~> 0.3)
pact_broker (~> 2.0)
pact_broker (= 2.7.0.beta.2)
passenger
pg
sqlite3 (~> 1.3)
Expand Down

0 comments on commit 305f899

Please sign in to comment.