Fix security issue with puma
This commit is contained in:
parent
9d7a388b2c
commit
d4bf561e75
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem "rails", "~> 6.0.0"
|
||||
# Use Puma as the app server
|
||||
gem "puma", "~> 3.11"
|
||||
gem "puma", ">= 4.3.8"
|
||||
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
|
||||
# gem 'jbuilder', '~> 2.7'
|
||||
# Use Active Model has_secure_password
|
||||
|
|
Loading…
Reference in a new issue