Skip to content

Commit 3c9891b

Browse files
Update dependency puma to v6
1 parent 5a79cec commit 3c9891b

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
@@ -18,7 +18,7 @@ gem "rails", "~> 7.0.8"
1818
# gem "sqlite3", "~> 1.4"
1919

2020
# Use the Puma web server [https://github.com/puma/puma]
21-
gem "puma", "~> 5.0"
21+
gem "puma", "~> 6.0"
2222

2323
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
2424
# gem "importmap-rails"

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ GEM
342342
psych (5.1.2)
343343
stringio
344344
public_suffix (5.0.5)
345-
puma (5.6.8)
345+
puma (6.4.2)
346346
nio4r (~> 2.0)
347347
racc (1.8.0)
348348
rack (2.2.9)
@@ -593,7 +593,7 @@ DEPENDENCIES
593593
ougai (~> 2.0)
594594
pg
595595
pry-byebug
596-
puma (~> 5.0)
596+
puma (~> 6.0)
597597
rack-cors
598598
raddocs
599599
rails (~> 7.0.8)

0 commit comments

Comments
 (0)