Skip to content

Commit 4028087

Browse files
committed
fix: example/animal-service/Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-1061917
1 parent fc35041 commit 4028087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/animal-service/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ gem 'rake'
1010
gem 'rack', '~> 2.2', '>= 2.2.6.4'
1111
gem 'sqlite3'
1212
gem 'sequel'
13-
gem 'sinatra'
13+
gem 'sinatra', '>= 4.0.0'

0 commit comments

Comments
 (0)