Skip to content

Commit 2dddee1

Browse files
chore(deps): update dependency puma to v7
1 parent 13b0074 commit 2dddee1

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
@@ -192,7 +192,7 @@ GEM
192192
date
193193
stringio
194194
public_suffix (6.0.1)
195-
puma (6.6.1)
195+
puma (7.0.0)
196196
nio4r (~> 2.0)
197197
racc (1.8.1)
198198
rack (3.1.16)
@@ -361,7 +361,7 @@ DEPENDENCIES
361361
importmap-rails
362362
jbuilder
363363
pg (~> 1.5)
364-
puma (~> 6.5)
364+
puma (~> 7.0)
365365
rack-mini-profiler
366366
rails (~> 7.2)
367367
redis (~> 5.3)

0 commit comments

Comments
 (0)