Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

[Snyk] Security upgrade puma from 5.2.2 to 5.5.1 #32

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ruby '~> 3.0'
gem 'rails', '~> 6.1.1'
gem 'pg'
# Use Puma as the app server
gem 'puma', '~> 5.0'
gem 'puma', '~> 5.5', '>= 5.5.1'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem 'webpacker', '~> 5.0'
# Turbolinks makes navigating your web application faster. Read more: https://github.com/turbolinks/turbolinks
Expand Down