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.4.3 " # 6.2.2 fails to install on m1 # Use Puma as the app server
39+ gem "puma" , "6.5.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 364364 psych (5.2.0 )
365365 stringio
366366 public_suffix (6.0.1 )
367- puma (6.4.3 )
367+ puma (6.5.0 )
368368 nio4r (~> 2.0 )
369369 pundit (2.4.0 )
370370 activesupport (>= 3.0.0 )
@@ -634,7 +634,7 @@ DEPENDENCIES
634634 pretender
635635 pry
636636 pry-byebug
637- puma (= 6.4.3 )
637+ puma (= 6.5.0 )
638638 pundit
639639 rack-attack
640640 rack-cors
You can’t perform that action at this time.
0 commit comments