Skip to content

Commit

Permalink
fix: pact_broker/Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124
  • Loading branch information
snyk-bot committed Sep 21, 2024
1 parent 096065e commit 3070ba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pact_broker/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source 'https://rubygems.org'

gem "pact_broker"
gem "pg", "~>1.5"
gem "puma", "~> 5.6", ">= 5.6.8"
gem "puma", "~> 5.6", ">= 5.6.9"
gem "mysql2", "~>0.3"
gem "sqlite3", "~>1.6", force_ruby_platform: true
gem "rake", "~> 13.0"

0 comments on commit 3070ba5

Please sign in to comment.