Skip to content

Commit

Permalink
chore(deps)(security): bump puma from 6.0.2 to 6.4.3
Browse files Browse the repository at this point in the history
chore(deps): bump puma from 6.0.2 to 6.4.3
  • Loading branch information
mike-koala-bear authored Sep 22, 2024
2 parents 377f22c + 8c4d777 commit 78f2a03
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 @@ -15,7 +15,7 @@ gem 'sprockets-rails'
gem 'pg', '~> 1.1'

# Use the Puma web server [https://github.com/puma/puma]
gem 'puma', '~> 6.0'
gem 'puma', '~> 6.4'

# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
gem 'importmap-rails'
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ GEM
timeout
net-smtp (0.3.3)
net-protocol
nio4r (2.5.8)
nio4r (2.7.3)
nokogiri (1.14.3)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
Expand All @@ -204,7 +204,7 @@ GEM
ast (~> 2.4.1)
pg (1.4.5)
public_suffix (5.0.1)
puma (6.0.2)
puma (6.4.3)
nio4r (~> 2.0)
racc (1.6.2)
rack (2.2.6.4)
Expand Down Expand Up @@ -351,7 +351,7 @@ DEPENDENCIES
noticed
pagy
pg (~> 1.1)
puma (~> 6.0)
puma (~> 6.4)
rails (~> 7.0.4)
redcarpet
redis (~> 5.0)
Expand Down

0 comments on commit 78f2a03

Please sign in to comment.