Skip to content

Commit 5ff8945

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-8720151
1 parent e90ccf3 commit 5ff8945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/zoo-app/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ end
99

1010
gem 'rake'
1111

12-
gem 'rack', '>= 3.1.5'
12+
gem 'rack', '>= 3.1.10'
1313
gem 'httparty', '>= 0.21.0'

0 commit comments

Comments
 (0)