File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ gem "paranoia" # For soft-deleting database objects
3737gem "pdf-forms" # filling in fund request PDFs with user input
3838gem "pg" # Use postgresql as the database for Active Record
3939gem "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
4141gem "pundit" # for authorization management - based on user.role field
4242gem "rack-attack" # for blocking & throttling abusive requests
4343gem "rack-cors" # for allowing cross-origin resource sharing
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments