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 32e5a79 commit b465695Copy full SHA for b465695
Gemfile
@@ -18,7 +18,7 @@ gem "rails", "~> 7.0.8"
18
# gem "sqlite3", "~> 1.4"
19
20
# Use the Puma web server [https://github.com/puma/puma]
21
-gem "puma", "~> 5.0"
+gem "puma", "~> 6.6"
22
23
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
24
# gem "importmap-rails"
Gemfile.lock
@@ -352,7 +352,7 @@ GEM
352
date
353
stringio
354
public_suffix (5.1.1)
355
- puma (5.6.9)
+ puma (6.6.0)
356
nio4r (~> 2.0)
357
racc (1.8.1)
358
rack (2.2.10)
@@ -600,7 +600,7 @@ DEPENDENCIES
600
ougai (~> 2.0)
601
pg
602
pry-byebug
603
- puma (~> 5.0)
+ puma (~> 6.6)
604
rack-cors
605
raddocs
606
rails (~> 7.0.8)
0 commit comments