Skip to content

Commit

Permalink
Merge pull request #6112 from rubyforgood/dependabot/bundler/puma-6.5.0
Browse files Browse the repository at this point in the history
build(deps): bump puma from 6.4.3 to 6.5.0
  • Loading branch information
compwron authored Dec 5, 2024
2 parents 8a717c2 + 063aa0b commit 3647349
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ gem "paranoia" # For soft-deleting database objects
gem "pdf-forms" # filling in fund request PDFs with user input
gem "pg" # Use postgresql as the database for Active Record
gem "pretender"
gem "puma", "6.4.3" # 6.2.2 fails to install on m1 # Use Puma as the app server
gem "puma", "6.5.0" # 6.2.2 fails to install on m1 # Use Puma as the app server
gem "pundit" # for authorization management - based on user.role field
gem "rack-attack" # for blocking & throttling abusive requests
gem "rack-cors" # for allowing cross-origin resource sharing
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ GEM
psych (5.2.0)
stringio
public_suffix (6.0.1)
puma (6.4.3)
puma (6.5.0)
nio4r (~> 2.0)
pundit (2.4.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -634,7 +634,7 @@ DEPENDENCIES
pretender
pry
pry-byebug
puma (= 6.4.3)
puma (= 6.5.0)
pundit
rack-attack
rack-cors
Expand Down

0 comments on commit 3647349

Please sign in to comment.