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-SINATRA-6483832
  • Loading branch information
snyk-bot committed Nov 23, 2024
1 parent b5d4b9f commit c533e2f
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', '>= 3.1.0'
gem 'sinatra-contrib', '>= 3.1.0'
gem 'sinatra', '>= 4.1.0'
gem 'sinatra-contrib', '>= 4.1.0'
gem 'pact-provider-verifier', '>= 1.38.1'

0 comments on commit c533e2f

Please sign in to comment.