Skip to content

Commit

Permalink
feat(gems): update pact_broker gem to version 2.42.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Jan 5, 2020
1 parent e072d03 commit bf233e6
Showing 1 changed file with 21 additions and 19 deletions.
40 changes: 21 additions & 19 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,26 +46,27 @@ GEM
haml (5.1.2)
temple (>= 0.8.0)
tilt
httparty (0.17.1)
httparty (0.17.3)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.7.0)
concurrent-ruby (~> 1.0)
inflecto (0.0.2)
json (2.2.0)
mime-types (3.3)
json (2.3.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
multi_json (1.14.1)
multi_xml (0.6.0)
mustermann (1.0.3)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.3)
pact-support (1.12.0)
awesome_print (~> 1.1)
randexp (~> 0.1.7)
rspec (>= 2.14)
term-ansicolor (~> 1.0)
pact_broker (2.42.0)
pact_broker (2.43.0)
dry-logic (= 0.4.2)
dry-types (~> 0.10.3)
dry-validation (~> 0.10.5)
Expand All @@ -74,15 +75,15 @@ GEM
json (> 1.8, < 3.0)
pact-support
padrino-core (~> 0.14, >= 0.14.3)
rack (~> 2.0, >= 2.0.6)
rack-protection (~> 2.0)
rack (~> 2.0, >= 2.0.8)
rack-protection (>= 2.0.8.1, < 3.0)
redcarpet (~> 3.3, >= 3.3.2)
reform (~> 2.2)
roar (~> 1.1)
semantic_logger (~> 4.3)
semver2 (~> 3.4.2)
sequel (~> 5.6)
sinatra (>= 2.0.2)
sinatra (>= 2.0.8.1, < 3.0)
sucker_punch (~> 2.0)
table_print (~> 1.5)
webmachine (= 1.5.0)
Expand All @@ -91,10 +92,10 @@ GEM
sinatra (>= 2.0.0)
thor (~> 0.18)
padrino-support (0.14.4)
pg (1.1.4)
pg (1.2.1)
puma (3.12.2)
rack (2.0.7)
rack-protection (2.0.7)
rack (2.0.8)
rack-protection (2.0.8.1)
rack
randexp (0.1.7)
redcarpet (3.5.0)
Expand All @@ -111,25 +112,26 @@ GEM
rspec-core (~> 3.9.0)
rspec-expectations (~> 3.9.0)
rspec-mocks (~> 3.9.0)
rspec-core (3.9.0)
rspec-support (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.0)
rspec-mocks (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.0)
rspec-support (3.9.2)
ruby2_keywords (0.0.1)
semantic_logger (4.6.0)
concurrent-ruby (~> 1.0)
semver2 (3.4.2)
sequel (5.27.0)
sinatra (2.0.7)
sequel (5.28.0)
sinatra (2.0.8.1)
mustermann (~> 1.0)
rack (~> 2.0)
rack-protection (= 2.0.7)
rack-protection (= 2.0.8.1)
tilt (~> 2.0)
sqlite3 (1.4.1)
sqlite3 (1.4.2)
sucker_punch (2.1.2)
concurrent-ruby (~> 1.0)
table_print (1.5.6)
Expand Down

0 comments on commit bf233e6

Please sign in to comment.