Skip to content

Commit 4ea07cd

Browse files
mefellowssnyk-bot
andauthored
fix: example/animal-service/Gemfile to reduce vulnerabilities (#281)
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-SINATRA-3150405 Co-authored-by: snyk-bot <[email protected]>
1 parent f5621b6 commit 4ea07cd

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

0 commit comments

Comments
 (0)