Skip to content

Commit 7ad2073

Browse files
committed
fix: example/animal-service/Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RACK-3360233
1 parent 1dfa733 commit 7ad2073

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/animal-service/Gemfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ group :development, :test do
77
end
88

99
gem 'rake'
10-
gem 'rack', '~> 2.2', '>= 2.2.3.1'
10+
gem 'rack', '~> 2.2', '>= 2.2.6.4'
1111
gem 'sqlite3'
1212
gem 'sequel'
13-
gem 'sinatra', '>= 2.2.3'
13+
gem 'sinatra', '>= 2.2.2'

0 commit comments

Comments
 (0)