From e952ddc041ad5a001d4272c2f9ba28cdc2ed6d4f Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Tue, 5 Oct 2021 21:38:18 -0400 Subject: [PATCH] Fix security issue with puma (#22) --- spec/rails/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/rails/Gemfile b/spec/rails/Gemfile index ec2b183..553262a 100644 --- a/spec/rails/Gemfile +++ b/spec/rails/Gemfile @@ -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