Skip to content

Commit e952ddc

Browse files
authored
Fix security issue with puma (#22)
1 parent af63e3e commit e952ddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/rails/Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
44
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
55
gem "rails", "~> 6.0.0"
66
# Use Puma as the app server
7-
gem "puma", "~> 3.11"
7+
gem "puma", ">= 4.3.8"
88
# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
99
# gem 'jbuilder', '~> 2.7'
1010
# Use Active Model has_secure_password

0 commit comments

Comments
 (0)