We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa295a4 commit 32b262eCopy full SHA for 32b262e
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", "~> 6.0"
14
15
gem "resend"
16
Gemfile.lock
@@ -125,7 +125,7 @@ GEM
125
method_source (~> 1.0)
126
psych (5.1.2)
127
stringio
128
- puma (5.6.9)
+ puma (6.4.3)
129
nio4r (~> 2.0)
130
racc (1.8.1)
131
rack (2.2.10)
@@ -188,7 +188,7 @@ DEPENDENCIES
188
bootsnap
189
debug
190
pry
191
- puma (~> 5.6)
+ puma (~> 6.0)
192
rails (~> 7.0.0)
193
resend
194
sqlite3 (~> 1.4)
0 commit comments