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 5a79cec commit 3c9891bCopy full SHA for 3c9891b
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
@@ -342,7 +342,7 @@ GEM
342
psych (5.1.2)
343
stringio
344
public_suffix (5.0.5)
345
- puma (5.6.8)
+ puma (6.4.2)
346
nio4r (~> 2.0)
347
racc (1.8.0)
348
rack (2.2.9)
@@ -593,7 +593,7 @@ DEPENDENCIES
593
ougai (~> 2.0)
594
pg
595
pry-byebug
596
- puma (~> 5.0)
+ puma (~> 6.0)
597
rack-cors
598
raddocs
599
rails (~> 7.0.8)
0 commit comments