Skip to content

Commit 62950bd

Browse files
Update dependency puma to v6
1 parent 1b49797 commit 62950bd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ GEM
304304
net-smtp (0.5.0)
305305
net-protocol
306306
netrc (0.11.0)
307-
nio4r (2.7.1)
307+
nio4r (2.7.3)
308308
nokogiri (1.16.5)
309309
mini_portile2 (~> 2.8.2)
310310
racc (~> 1.4)
@@ -342,7 +342,7 @@ GEM
342342
psych (5.1.2)
343343
stringio
344344
public_suffix (5.0.4)
345-
puma (5.6.8)
345+
puma (6.4.2)
346346
nio4r (~> 2.0)
347347
racc (1.7.3)
348348
rack (2.2.9)
@@ -602,7 +602,7 @@ DEPENDENCIES
602602
ougai (~> 2.0)
603603
pg
604604
pry-byebug
605-
puma (~> 5.0)
605+
puma (~> 6.0)
606606
rack-cors
607607
raddocs
608608
rails (~> 7.0.8)

0 commit comments

Comments
 (0)