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 68b72f3 commit dd5541fCopy full SHA for dd5541f
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.0"
22
23
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
24
# gem "importmap-rails"
Gemfile.lock
@@ -355,7 +355,7 @@ GEM
355
date
356
stringio
357
public_suffix (5.1.1)
358
- puma (5.6.9)
+ puma (6.6.0)
359
nio4r (~> 2.0)
360
racc (1.8.1)
361
rack (2.2.13)
@@ -603,7 +603,7 @@ DEPENDENCIES
603
ougai (~> 2.0)
604
pg
605
pry-byebug
606
- puma (~> 5.0)
+ puma (~> 6.0)
607
rack-cors
608
raddocs
609
rails (~> 7.0.8)
0 commit comments