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-3360233
  • Loading branch information
snyk-bot committed Mar 15, 2023
1 parent 1dfa733 commit 7ad2073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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', '~> 2.2', '>= 2.2.3.1'
gem 'rack', '~> 2.2', '>= 2.2.6.4'
gem 'sqlite3'
gem 'sequel'
gem 'sinatra', '>= 2.2.3'
gem 'sinatra', '>= 2.2.2'

0 comments on commit 7ad2073

Please sign in to comment.