Skip to content

Commit 66a05da

Browse files
chore(deps): update dependency puma to v7 (#65)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 79a80bd commit 66a05da

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
@@ -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", "~> 7.0"
1414

1515
gem "resend", "0.24.0"
1616

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ GEM
140140
psych (5.2.6)
141141
date
142142
stringio
143-
puma (5.6.9)
143+
puma (7.0.4)
144144
nio4r (~> 2.0)
145145
racc (1.8.1)
146146
rack (2.2.10)
@@ -204,7 +204,7 @@ DEPENDENCIES
204204
debug
205205
pry
206206
pry-byebug
207-
puma (~> 5.6)
207+
puma (~> 7.0)
208208
rails (~> 7.0.0)
209209
resend (= 0.24.0)
210210
sqlite3 (~> 1.4)

0 commit comments

Comments
 (0)