Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Bump puma from 5.6.4 to 6.1.1 #1417

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 @@ -6,7 +6,7 @@ ruby "3.0.2"
gem "administrate"
gem "bootsnap", ">= 1.1.0", require: false
gem "pg", ">= 0.18", "< 2.0"
gem "puma", "~> 5.6"
gem "puma", "~> 6.1"
gem "rails", "~> 7.0.3"
gem "sassc", "~> 2.4.0"
gem "sorcery", "~> 0.16"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ GEM
pry-rails (0.3.9)
pry (>= 0.10.4)
public_suffix (4.0.7)
puma (5.6.4)
puma (6.1.1)
nio4r (~> 2.0)
racc (1.6.0)
rack (2.2.4)
Expand Down Expand Up @@ -365,7 +365,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pry-byebug
pry-rails
puma (~> 5.6)
puma (~> 6.1)
rack_session_access
rails (~> 7.0.3)
rb-readline
Expand Down