Skip to content

Commit

Permalink
Merge pull request sharkipedia#1035 from sharkipedia/dependabot/bundl…
Browse files Browse the repository at this point in the history
…er/puma-6.4.0

Bump puma from 6.3.1 to 6.4.0
  • Loading branch information
coffeejunk authored Sep 21, 2023
2 parents 3aa32c9 + f6effdf commit 01f2101
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 @@ -8,7 +8,7 @@ gem "rails", "~> 7.0"
# Use postgres as the database for Active Record
gem "pg", "~> 1.5"
# Use Puma as the app server
gem "puma", "~> 6.3"
gem "puma", "~> 6.4"
# Use SCSS for stylesheets
gem "sass-rails", "~> 6.0"
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ GEM
activerecord (>= 5.2)
activesupport (>= 5.2)
public_suffix (5.0.1)
puma (6.3.1)
puma (6.4.0)
nio4r (~> 2.0)
pundit (2.3.1)
activesupport (>= 3.0.0)
Expand Down Expand Up @@ -506,7 +506,7 @@ DEPENDENCIES
paper_trail (~> 15.0)
pg (~> 1.5)
pg_search (~> 2.3)
puma (~> 6.3)
puma (~> 6.4)
pundit (~> 2.3)
rails (~> 7.0)
rails-erd
Expand Down

0 comments on commit 01f2101

Please sign in to comment.