Skip to content

Commit 0372d55

Browse files
committed
Upgrade Puma to 6.4.2 (was 5.6.8)
1 parent 3ce8e50 commit 0372d55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ gem "sprockets-rails"
1313
gem "pg", "~> 1.1"
1414

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

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

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ GEM
273273
activerecord (>= 5.2)
274274
activesupport (>= 5.2)
275275
public_suffix (5.0.1)
276-
puma (5.6.8)
276+
puma (6.4.2)
277277
nio4r (~> 2.0)
278278
racc (1.7.1)
279279
rack (2.2.7)
@@ -470,7 +470,7 @@ DEPENDENCIES
470470
omniauth-google-oauth2
471471
pg (~> 1.1)
472472
pg_search
473-
puma (~> 5.6)
473+
puma (~> 6.4)
474474
rails (~> 7.1.3)
475475
redis (~> 4.0)
476476
rspec-rails (~> 6.0.0)

0 commit comments

Comments
 (0)