fix: Gemfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-RUBY-PUMA-570205
- https://snyk.io/vuln/SNYK-RUBY-PUMA-570206
This commit is contained in:
snyk-bot 2020-05-23 07:09:37 +02:00 committed by Malaber
parent b53ffd40af
commit c442cc0ae5
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ gem 'rails', '~> 5.2.1'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
# Use Puma as the app server
gem 'puma', '~> 3.11'
gem 'puma', '~> 3.12', '>= 3.12.6'
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
# gem 'jbuilder', '~> 2.5'
# Use ActiveModel has_secure_password