Skip to content

Commit dd5541f

Browse files
Update dependency puma to v6
1 parent 68b72f3 commit dd5541f

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
@@ -355,7 +355,7 @@ GEM
355355
date
356356
stringio
357357
public_suffix (5.1.1)
358-
puma (5.6.9)
358+
puma (6.6.0)
359359
nio4r (~> 2.0)
360360
racc (1.8.1)
361361
rack (2.2.13)
@@ -603,7 +603,7 @@ DEPENDENCIES
603603
ougai (~> 2.0)
604604
pg
605605
pry-byebug
606-
puma (~> 5.0)
606+
puma (~> 6.0)
607607
rack-cors
608608
raddocs
609609
rails (~> 7.0.8)

0 commit comments

Comments
 (0)