Skip to content

Commit

Permalink
Merge pull request rubyforgood#2031 from rubyforgood/dependabot/bundl…
Browse files Browse the repository at this point in the history
…er/puma-5.3.1

Bump puma from 5.2.2 to 5.3.1
  • Loading branch information
compwron authored May 13, 2021
2 parents b43aeb8 + 3719bd4 commit e7428db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ gem "jbuilder", "~> 2.11" # Build JSON APIs with ease. Read more: https://github
gem "noticed" # Notifications
gem "paper_trail" # tracking changes
gem "pg", ">= 0.18", "< 2.0" # Use postgresql as the database for Active Record
gem "puma", "~> 5.2" # Use Puma as the app server
gem "puma", "~> 5.3" # 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 "skylight" # automated performance testing https://www.skylight.io/
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ GEM
byebug (~> 11.0)
pry (~> 0.13.0)
public_suffix (4.0.6)
puma (5.2.2)
puma (5.3.1)
nio4r (~> 2.0)
puma (5.2.2-java)
puma (5.3.1-java)
nio4r (~> 2.0)
pundit (2.1.0)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -460,7 +460,7 @@ DEPENDENCIES
pg (>= 0.18, < 2.0)
pry
pry-byebug
puma (~> 5.2)
puma (~> 5.3)
pundit
rack-attack
rails (~> 6.1.3)
Expand Down

0 comments on commit e7428db

Please sign in to comment.