Skip to content

Commit 46620ea

Browse files
authored
Update puma to version 8.0.0 (#1490)
1 parent 0fe6469 commit 46620ea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ gem "jsbundling-rails"
2121
gem "nokogiri", "~> 1.19.0"
2222
gem "pg"
2323
gem "propshaft"
24-
gem "puma", "~> 7.0"
24+
gem "puma", "~> 8.0"
2525
gem "rack-ssl"
2626
gem "sass"
2727
gem "stimulus-rails"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ GEM
256256
date
257257
stringio
258258
public_suffix (7.0.5)
259-
puma (7.2.0)
259+
puma (8.0.0)
260260
nio4r (~> 2.0)
261261
raabro (1.4.0)
262262
racc (1.8.1)
@@ -481,7 +481,7 @@ DEPENDENCIES
481481
pg
482482
propshaft
483483
pry-byebug
484-
puma (~> 7.0)
484+
puma (~> 8.0)
485485
rack-ssl
486486
rails (~> 8.1.0)
487487
rspec

0 commit comments

Comments
 (0)