Skip to content

Commit

Permalink
fix: example/zoo-app/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 b4ca8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/zoo-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ group :development, :test do
end

gem 'rake'
gem 'rack', '~>2.2'
gem 'rack', '~> 2.2', '>= 2.2.6.4'
gem 'httparty'

0 comments on commit b4ca8cb

Please sign in to comment.