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 Jan 20, 2024
1 parent 4931944 commit 8263e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'https://rubygems.org'

gem 'sinatra'
gem 'sinatra-contrib'
gem 'sinatra', '>= 4.0.0'
gem 'sinatra-contrib', '>= 4.0.0'
gem 'pact-provider-verifier'

0 comments on commit 8263e01

Please sign in to comment.