Skip to content

Commit

Permalink
fix: example/animal-service/Gemfile to reduce vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
snyk-bot committed Apr 4, 2024
1 parent fc35041 commit a395833
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/animal-service/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development, :test do
end

gem 'rake'
gem 'rack', '~> 2.2', '>= 2.2.6.4'
gem 'rack', '~> 2.2', '>= 2.2.8.1'
gem 'sqlite3'
gem 'sequel'
gem 'sinatra'
gem 'sinatra', '>= 3.1.0'

0 comments on commit a395833

Please sign in to comment.