We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a80bd commit 66a05daCopy full SHA for 66a05da
Gemfile
@@ -10,7 +10,7 @@ gem "rails", "~> 7.0.0"
10
gem "sqlite3", "~> 1.4"
11
12
# Use the Puma web server [https://github.com/puma/puma]
13
-gem "puma", "~> 5.6"
+gem "puma", "~> 7.0"
14
15
gem "resend", "0.24.0"
16
Gemfile.lock
@@ -140,7 +140,7 @@ GEM
140
psych (5.2.6)
141
date
142
stringio
143
- puma (5.6.9)
+ puma (7.0.4)
144
nio4r (~> 2.0)
145
racc (1.8.1)
146
rack (2.2.10)
@@ -204,7 +204,7 @@ DEPENDENCIES
204
debug
205
pry
206
pry-byebug
207
- puma (~> 5.6)
+ puma (~> 7.0)
208
rails (~> 7.0.0)
209
resend (= 0.24.0)
210
sqlite3 (~> 1.4)
0 commit comments