Skip to content

Commit dd417fd

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-HTTPARTY-3188560
1 parent 4ea07cd commit dd417fd

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

1010
gem 'rake'
1111
gem 'rack', '~>2.2'
12-
gem 'httparty'
12+
gem 'httparty', '>= 0.21.0'

0 commit comments

Comments
 (0)