Skip to content

Commit b4ca8cb

Browse files
committed
fix: example/zoo-app/Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-3360233
1 parent 1dfa733 commit b4ca8cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/zoo-app/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ group :development, :test do
88
end
99

1010
gem 'rake'
11-
gem 'rack', '~>2.2'
11+
gem 'rack', '~> 2.2', '>= 2.2.6.4'
1212
gem 'httparty'

0 commit comments

Comments
 (0)