Skip to content

Commit 8263e01

Browse files
committed
fix: examples/Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
1 parent 4931944 commit 8263e01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'sinatra'
4-
gem 'sinatra-contrib'
3+
gem 'sinatra', '>= 4.0.0'
4+
gem 'sinatra-contrib', '>= 4.0.0'
55
gem 'pact-provider-verifier'

0 commit comments

Comments
 (0)