Skip to content

Commit

Permalink
feat(deps): update pact_broker gem to version 2.108.0
Browse files Browse the repository at this point in the history
[ci-skip]
  • Loading branch information
pact-dev committed Jan 5, 2024
1 parent b88e830 commit c85ea9c
Showing 1 changed file with 36 additions and 32 deletions.
68 changes: 36 additions & 32 deletions pact_broker/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,12 @@ GIT
GEM
remote: https://rubygems.org/
specs:
anyway_config (2.5.1)
ruby-next-core (>= 0.14.0)
anyway_config (2.6.1)
ruby-next-core (~> 1.0)
as-notifications (1.0.2)
awesome_print (1.9.2)
base64 (0.2.0)
bigdecimal (3.1.5)
concurrent-ruby (1.2.2)
crass (1.0.6)
declarative (0.0.20)
Expand All @@ -32,7 +34,7 @@ GEM
concurrent-ruby (~> 1.0)
dry-core (~> 1.0, < 2)
zeitwerk (~> 2.6)
dry-schema (1.13.2)
dry-schema (1.13.3)
concurrent-ruby (~> 1.0)
dry-configurable (~> 1.0, >= 1.0.1)
dry-core (~> 1.0, < 2)
Expand All @@ -59,23 +61,23 @@ GEM
tilt
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
mini_portile2 (2.8.4)
moments (0.2.0)
json (2.7.1)
mini_portile2 (2.8.5)
moments (0.3.0)
multi_json (1.15.0)
mustermann (2.0.2)
mustermann (3.0.0)
ruby2_keywords (~> 0.0.1)
mysql2 (0.5.5)
nio4r (2.5.9)
nokogiri (1.15.3)
nio4r (2.7.0)
nokogiri (1.16.0)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pact-support (1.19.0)
pact-support (1.20.0)
awesome_print (~> 1.9)
diff-lcs (~> 1.4)
diff-lcs (~> 1.5)
expgen (~> 0.1)
rainbow (~> 3.1.1)
pact_broker (2.107.1)
pact_broker (2.108.0)
anyway_config (~> 2.1)
dry-validation (~> 1.8)
haml (~> 5.0)
Expand All @@ -85,7 +87,7 @@ GEM
padrino-core (~> 0.14, >= 0.14.3)
psych (~> 4.0)
rack (~> 2.2, >= 2.2.3)
rack-protection (>= 2.0.8.1, < 3.0)
rack-protection (~> 3.0)
redcarpet (~> 3.5, >= 3.5.1)
reform (~> 2.6)
request_store (~> 1.5)
Expand All @@ -94,7 +96,7 @@ GEM
semantic_logger (~> 4.11)
semver2 (~> 3.4.2)
sequel (~> 5.28)
sinatra (>= 2.0.8.1, < 3.0)
sinatra (~> 3.0)
sucker_punch (~> 2.0)
table_print (~> 1.5)
webmachine (>= 2.0.0.beta, < 3.0)
Expand All @@ -111,12 +113,13 @@ GEM
stringio
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.1)
racc (1.7.3)
rack (2.2.8)
rack-protection (2.2.4)
rack
rack-protection (3.2.0)
base64 (>= 0.1.0)
rack (~> 2.2, >= 2.2.4)
rainbow (3.1.1)
rake (13.0.6)
rake (13.1.0)
redcarpet (3.6.0)
reform (2.6.2)
disposable (>= 0.5.0, < 1.0.0)
Expand All @@ -130,27 +133,28 @@ GEM
rack (>= 1.4)
roar (1.2.0)
representable (~> 3.1)
ruby-next-core (0.15.3)
ruby-next-core (1.0.0)
ruby2_keywords (0.0.5)
sanitize (6.0.2)
sanitize (6.1.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
semantic_logger (4.14.0)
semantic_logger (4.15.0)
concurrent-ruby (~> 1.0)
semver2 (3.4.2)
sequel (5.71.0)
sinatra (2.2.4)
mustermann (~> 2.0)
rack (~> 2.2)
rack-protection (= 2.2.4)
sequel (5.76.0)
bigdecimal
sinatra (3.2.0)
mustermann (~> 3.0)
rack (~> 2.2, >= 2.2.4)
rack-protection (= 3.2.0)
tilt (~> 2.0)
sqlite3 (1.6.5)
sqlite3 (1.7.0)
mini_portile2 (~> 2.8.0)
stringio (3.0.7)
stringio (3.1.0)
table_print (1.5.7)
temple (0.10.2)
thor (1.2.2)
tilt (2.2.0)
temple (0.10.3)
thor (1.3.0)
tilt (2.3.0)
trailblazer-option (0.1.2)
uber (0.1.0)
webmachine (2.0.0)
Expand All @@ -159,7 +163,7 @@ GEM
multi_json
webrick (1.8.1)
wisper (2.0.1)
zeitwerk (2.6.11)
zeitwerk (2.6.12)

PLATFORMS
ruby
Expand Down

0 comments on commit c85ea9c

Please sign in to comment.