Skip to content

Commit

Permalink
fix: example/animal-service/Gemfile to reduce vulnerabilities (#263)
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-SINATRA-2806372
  • Loading branch information
snyk-bot authored May 9, 2022
1 parent 3640593 commit 8f3b732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/animal-service/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ gem 'rake'
gem 'rack', '~> 2.1'
gem 'sqlite3'
gem 'sequel'
gem 'sinatra'
gem 'sinatra', '>= 2.2.0'

0 comments on commit 8f3b732

Please sign in to comment.