Skip to content
This repository has been archived by the owner on Jun 27, 2022. It is now read-only.

Bump puma from 5.4.0 to 5.6.2 #476

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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 @@ -10,7 +10,7 @@ gem "rails", "~> 6.1.4"
gem "pg", ">= 0.18", "< 2.0"

# Use Puma as the app server
gem "puma", "~> 5.3"
gem "puma", "~> 5.6"

# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
gem "webpacker"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (5.4.0)
puma (5.6.2)
nio4r (~> 2.0)
racc (1.5.2)
rack (2.2.3)
Expand Down Expand Up @@ -284,7 +284,7 @@ DEPENDENCIES
listen (>= 3.0.5, < 3.7)
pg (>= 0.18, < 2.0)
pry-byebug
puma (~> 5.3)
puma (~> 5.6)
rails (~> 6.1.4)
rspec-rails (~> 5.0.1)
rubocop-govuk
Expand Down