Skip to content

Commit

Permalink
upgrade puma
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Sep 19, 2024
1 parent b668ee0 commit 5176b7c
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 @@ -5,7 +5,7 @@ ruby '3.3.4'

gem 'rails', '~> 7.1.3.4'
gem 'pg', '~> 1.3.4'
gem 'puma', '~> 6.4.2'
gem 'puma', '~> 6.4.3'
gem 'bcrypt', '~> 3.1.7'
gem 'rack', '~> 2.2.8.1'
gem 'rack-timeout', require: 'rack/timeout/base'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ GEM
psych (5.1.2)
stringio
public_suffix (4.0.6)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
raabro (1.4.0)
racc (1.8.0)
Expand Down Expand Up @@ -558,7 +558,7 @@ DEPENDENCIES
pg (~> 1.3.4)
premailer (~> 1.23.0)
premailer-rails
puma (~> 6.4.2)
puma (~> 6.4.3)
rack (~> 2.2.8.1)
rack-attack (~> 6.6)
rack-cors
Expand Down

0 comments on commit 5176b7c

Please sign in to comment.