Skip to content

Commit

Permalink
Merge pull request #245 from anderbellstudios/depfu/update/puma-6.4.1
Browse files Browse the repository at this point in the history
🚨 [security] [ruby] Update puma 5.6.7 → 6.4.1 (major)
  • Loading branch information
12joan authored Jan 4, 2024
2 parents ef77ac2 + c4ba495 commit 0ef92c6
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.3'
# Use postgresql as the database for Active Record
gem 'pg', '~> 1.1'
# Use Puma as the app server
gem 'puma', '~> 5.4'
gem 'puma', '~> 6.4'
# Use SCSS for stylesheets
gem 'sass-rails', '>= 6'
# Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ GEM
ipaddr
pg (1.3.3)
public_suffix (4.0.6)
puma (5.6.7)
puma (6.4.1)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -268,7 +268,7 @@ DEPENDENCIES
listen (~> 3.3)
not_analytics_client (~> 0.2.0)!
pg (~> 1.1)
puma (~> 5.4)
puma (~> 6.4)
rack-mini-profiler (~> 2.3)
rack_authorised_proxy
rails (~> 7.0.3)
Expand Down

0 comments on commit 0ef92c6

Please sign in to comment.