Skip to content

Commit 981ebee

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-SINATRA-6483832
1 parent de1f3c7 commit 981ebee

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', '>= 3.1.5'
1111
gem 'sqlite3'
1212
gem 'sequel'
13-
gem 'sinatra', '>= 4.0.0'
13+
gem 'sinatra', '>= 4.1.0'

0 commit comments

Comments
 (0)