Skip to content

Commit e10f914

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-7416898
1 parent c9c451e commit e10f914

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', '>= 3.0.0'
12+
gem 'rack', '>= 3.1.5'
1313
gem 'httparty', '>= 0.21.0'

0 commit comments

Comments
 (0)