Skip to content

Commit 5482f53

Browse files
authored
Merge pull request #6515 from rubyforgood/dependabot/bundler/puma-7.0.4
build(deps): bump puma from 6.6.0 to 7.0.4
2 parents 71e6c56 + 0f82349 commit 5482f53

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ gem "paranoia" # For soft-deleting database objects
3737
gem "pdf-forms" # filling in fund request PDFs with user input
3838
gem "pg" # Use postgresql as the database for Active Record
3939
gem "pretender"
40-
gem "puma", "6.6.0" # 6.2.2 fails to install on m1 # Use Puma as the app server
40+
gem "puma", "7.0.4" # 6.2.2 fails to install on m1 # Use Puma as the app server
4141
gem "pundit" # for authorization management - based on user.role field
4242
gem "rack-attack" # for blocking & throttling abusive requests
4343
gem "rack-cors" # for allowing cross-origin resource sharing

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ GEM
424424
date
425425
stringio
426426
public_suffix (6.0.1)
427-
puma (6.6.0)
427+
puma (7.0.4)
428428
nio4r (~> 2.0)
429429
pundit (2.5.0)
430430
activesupport (>= 3.0.0)
@@ -739,7 +739,7 @@ DEPENDENCIES
739739
pretender
740740
pry
741741
pry-byebug
742-
puma (= 6.6.0)
742+
puma (= 7.0.4)
743743
pundit
744744
rack-attack
745745
rack-cors

0 commit comments

Comments
 (0)