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 13b0074 commit 2dddee1Copy full SHA for 2dddee1
Gemfile
@@ -16,7 +16,7 @@ gem "sprockets-rails"
16
gem "pg", "~> 1.5"
17
18
# Use the Puma web server [https://github.com/puma/puma]
19
-gem "puma", "~> 6.5"
+gem "puma", "~> 7.0"
20
21
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
22
gem "importmap-rails"
Gemfile.lock
@@ -192,7 +192,7 @@ GEM
192
date
193
stringio
194
public_suffix (6.0.1)
195
- puma (6.6.1)
+ puma (7.0.0)
196
nio4r (~> 2.0)
197
racc (1.8.1)
198
rack (3.1.16)
@@ -361,7 +361,7 @@ DEPENDENCIES
361
importmap-rails
362
jbuilder
363
pg (~> 1.5)
364
- puma (~> 6.5)
+ puma (~> 7.0)
365
rack-mini-profiler
366
rails (~> 7.2)
367
redis (~> 5.3)
0 commit comments