Skip to content

Commit 3bddc2e

Browse files
chore(deps): update dependency puma to v7
1 parent d48bb96 commit 3bddc2e

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
@@ -16,7 +16,7 @@ gem "sprockets-rails"
1616
gem "pg", "~> 1.5"
1717

1818
# Use the Puma web server [https://github.com/puma/puma]
19-
gem "puma", "~> 6.5"
19+
gem "puma", "~> 7.0"
2020

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

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ GEM
202202
date
203203
stringio
204204
public_suffix (6.0.2)
205-
puma (6.6.1)
205+
puma (7.1.0)
206206
nio4r (~> 2.0)
207207
racc (1.8.1)
208208
rack (3.2.4)
@@ -377,7 +377,7 @@ DEPENDENCIES
377377
importmap-rails
378378
jbuilder
379379
pg (~> 1.5)
380-
puma (~> 6.5)
380+
puma (~> 7.0)
381381
rack-mini-profiler
382382
rails (~> 7.2)
383383
redis (~> 5.3)

0 commit comments

Comments
 (0)