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 d48bb96 commit 3bddc2eCopy full SHA for 3bddc2e
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
@@ -202,7 +202,7 @@ GEM
202
date
203
stringio
204
public_suffix (6.0.2)
205
- puma (6.6.1)
+ puma (7.1.0)
206
nio4r (~> 2.0)
207
racc (1.8.1)
208
rack (3.2.4)
@@ -377,7 +377,7 @@ DEPENDENCIES
377
importmap-rails
378
jbuilder
379
pg (~> 1.5)
380
- puma (~> 6.5)
+ puma (~> 7.0)
381
rack-mini-profiler
382
rails (~> 7.2)
383
redis (~> 5.3)
0 commit comments