Skip to content

Commit

Permalink
chore: update semantic_logger
Browse files Browse the repository at this point in the history
  • Loading branch information
bethesque committed Sep 20, 2022
1 parent bb0c03c commit d1fd60b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/pact_broker/app.rb
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ def configure_rack_protection
except: configuration.rack_protection_except
}.compact

logger.info("Configuring Rack::Protection", payload: rack_protection_options)
logger.info("Configuring Rack::Protection", rack_protection_options)
@app_builder.use Rack::Protection, rack_protection_options

is_hal_browser = ->(env) { env["PATH_INFO"] == "/hal-browser/browser.html" }
Expand Down
2 changes: 1 addition & 1 deletion pact_broker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "dry-types", "~> 0.10.3" # https://travis-ci.org/pact-foundation/pact_broker/jobs/249448621
gem.add_runtime_dependency "dry-logic", "0.4.2" # Later version cases ArgumentError: wrong number of arguments
gem.add_runtime_dependency "table_print", "~> 1.5"
gem.add_runtime_dependency "semantic_logger", "~> 4.3"
gem.add_runtime_dependency "semantic_logger", "~> 4.11"
gem.add_runtime_dependency "sanitize", "6.0"
gem.add_runtime_dependency "wisper", "~> 2.0"
gem.add_runtime_dependency "anyway_config", "~> 2.1"
Expand Down

0 comments on commit d1fd60b

Please sign in to comment.