Skip to content

Commit 32b262e

Browse files
chore(deps): update dependency puma to v6
1 parent aa295a4 commit 32b262e

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
@@ -10,7 +10,7 @@ gem "rails", "~> 7.0.0"
1010
gem "sqlite3", "~> 1.4"
1111

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

1515
gem "resend"
1616

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ GEM
125125
method_source (~> 1.0)
126126
psych (5.1.2)
127127
stringio
128-
puma (5.6.9)
128+
puma (6.4.3)
129129
nio4r (~> 2.0)
130130
racc (1.8.1)
131131
rack (2.2.10)
@@ -188,7 +188,7 @@ DEPENDENCIES
188188
bootsnap
189189
debug
190190
pry
191-
puma (~> 5.6)
191+
puma (~> 6.0)
192192
rails (~> 7.0.0)
193193
resend
194194
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)