mirror of
https://github.com/bitnami/containers.git
synced 2026-03-05 16:17:21 +08:00
Update Gemfile
Fix CVE in Puma, see https://github.com/advisories/GHSA-q28m-8xjw-8vr5
This commit is contained in:
committed by
GitHub
parent
dace87dd84
commit
8bb2349c4c
@@ -9,7 +9,7 @@ end
|
||||
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
|
||||
gem 'rails', '~> 5.1.4'
|
||||
# Use Puma as the app server
|
||||
gem 'puma', '~> 3.7'
|
||||
gem "puma", ">= 4.3.8"
|
||||
# Use SCSS for stylesheets
|
||||
gem 'sass-rails', '~> 5.0'
|
||||
# Use Uglifier as compressor for JavaScript assets
|
||||
|
||||
Reference in New Issue
Block a user