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 @@ -36,7 +36,7 @@ gem "paranoia" # For soft-deleting database objects
3636gem "pdf-forms" # filling in fund request PDFs with user input
3737gem "pg" # Use postgresql as the database for Active Record
3838gem "pretender"
39- gem "puma" , "6.5 .0" # 6.2.2 fails to install on m1 # Use Puma as the app server
39+ gem "puma" , "6.6 .0" # 6.2.2 fails to install on m1 # Use Puma as the app server
4040gem "pundit" # for authorization management - based on user.role field
4141gem "rack-attack" # for blocking & throttling abusive requests
4242gem "rack-cors" # for allowing cross-origin resource sharing
Original file line number Diff line number Diff line change 386386 date
387387 stringio
388388 public_suffix (6.0.1 )
389- puma (6.5 .0 )
389+ puma (6.6 .0 )
390390 nio4r (~> 2.0 )
391391 pundit (2.4.0 )
392392 activesupport (>= 3.0.0 )
@@ -681,7 +681,7 @@ DEPENDENCIES
681681 pretender
682682 pry
683683 pry-byebug
684- puma (= 6.5 .0 )
684+ puma (= 6.6 .0 )
685685 pundit
686686 rack-attack
687687 rack-cors
You can’t perform that action at this time.
0 commit comments