Skip to content

Commit

Permalink
fix: example/animal-service/Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-RACK-7416898
  • Loading branch information
snyk-bot committed Jul 4, 2024
1 parent c9c451e commit 2bbefe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/animal-service/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development, :test do
end

gem 'rake'
gem 'rack', '>= 3.0.0'
gem 'rack', '>= 3.1.5'
gem 'sqlite3'
gem 'sequel'
gem 'sinatra', '>= 4.0.0'

0 comments on commit 2bbefe2

Please sign in to comment.