Skip to content

Commit 8f3b732

Browse files
authored
fix: example/animal-service/Gemfile to reduce vulnerabilities (#263)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-2806372
1 parent 3640593 commit 8f3b732

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.1'
1111
gem 'sqlite3'
1212
gem 'sequel'
13-
gem 'sinatra'
13+
gem 'sinatra', '>= 2.2.0'

0 commit comments

Comments
 (0)