Skip to content

Commit 2e48255

Browse files
mikeland73claude
andcommitted
Upgrade Puma 5 → 6 for Rack 3 compatibility
Puma 5 is not compatible with Rack 3 which was pulled in by the Rails 7.2 upgrade. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 4730f76 commit 2e48255

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/stacks/rails/blog/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "sprockets-rails"
1313
gem "sqlite3", "~> 1.4"
1414

1515
# Use the Puma web server [https://github.com/puma/puma]
16-
gem "puma", "~> 5.6"
16+
gem "puma", "~> 6.0"
1717

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

examples/stacks/rails/blog/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ GEM
164164
date
165165
stringio
166166
public_suffix (7.0.5)
167-
puma (5.6.9)
167+
puma (6.6.1)
168168
nio4r (~> 2.0)
169169
racc (1.8.1)
170170
rack (3.2.5)
@@ -274,7 +274,7 @@ DEPENDENCIES
274274
debug
275275
importmap-rails
276276
jbuilder
277-
puma (~> 5.6)
277+
puma (~> 6.0)
278278
rails (~> 7.2.3.1)
279279
selenium-webdriver
280280
sprockets-rails

0 commit comments

Comments
 (0)