Skip to content

Commit

Permalink
bump puma to 6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
caitmich committed Sep 24, 2024
1 parent a83fb02 commit 5f6945d
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 @@ -139,7 +139,7 @@ gem 'net-smtp'
gem 'net-pop'
gem 'net-imap'

gem 'puma', '>= 6.4.2'
gem 'puma', '>= 6.4.3'

# ------------------------------------------------------------------ Deployment
# Use Capistrano for deployment
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ GEM
coderay (~> 1.1.0)
method_source (~> 0.9.0)
public_suffix (5.0.3)
puma (6.4.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.8.0)
rack (2.2.9)
Expand Down Expand Up @@ -582,7 +582,7 @@ DEPENDENCIES
paper_trail (~> 12.2.0)
parslet (~> 1.6.0)
pg
puma (>= 6.4.2)
puma (>= 6.4.3)
rack-mini-profiler (~> 2.0)
rails (~> 7.0.8.4)
rails-html-sanitizer (~> 1.4.4)
Expand Down

0 comments on commit 5f6945d

Please sign in to comment.