Skip to content

Commit b4cbe85

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-6274383 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274384 - https://snyk.io/vuln/SNYK-RUBY-RACK-6274385
1 parent fc35041 commit b4cbe85

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
@@ -9,5 +9,5 @@ end
99

1010
gem 'rake'
1111

12-
gem 'rack', '~> 2.2', '>= 2.2.6.4'
12+
gem 'rack', '~> 2.2', '>= 2.2.8.1'
1313
gem 'httparty', '>= 0.21.0'

0 commit comments

Comments
 (0)