Skip to content

Commit 5645d8a

Browse files
committed
fix: Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-PUMA-8062124
1 parent 559a36e commit 5645d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gem 'rails-api'
99
# gem 'pg', :platforms => [:mri]
1010
# gem 'activerecord-jdbcpostgresql-adapter', "1.3.0.rc1", :platforms => [:jruby]
1111

12-
gem 'puma'
12+
gem 'puma', '>= 5.6.9'
1313
# To use ActiveModel has_secure_password
1414
# gem 'bcrypt-ruby', '~> 3.0.0'
1515

0 commit comments

Comments
 (0)