Skip to content

Commit

Permalink
fix: examples/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-RACK-1061917
  • Loading branch information
snyk-bot committed Nov 30, 2024
1 parent 26c1bfd commit 0a3f31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ source 'https://rubygems.org'

gem 'sinatra', '>= 3.1.0'
gem 'sinatra-contrib', '>= 3.1.0'
gem 'pact-provider-verifier', '>= 1.38.1'
gem 'pact-provider-verifier', '>= 1.39.0'

0 comments on commit 0a3f31c

Please sign in to comment.