Skip to content

Commit

Permalink
fix: example/zoo-app/Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-HTTPARTY-3188560
  • Loading branch information
snyk-bot committed Jan 4, 2023
1 parent 4ea07cd commit dd417fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/zoo-app/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ end

gem 'rake'
gem 'rack', '~>2.2'
gem 'httparty'
gem 'httparty', '>= 0.21.0'

0 comments on commit dd417fd

Please sign in to comment.