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 2197271 commit 6366f9dCopy full SHA for 6366f9d
Gemfile
@@ -19,7 +19,7 @@ gem "figaro"
19
gem "pg", "~> 1.5"
20
21
# Use the Puma web server [https://github.com/puma/puma]
22
-gem "puma", "~> 6.4.3"
+gem "puma", "~> 6.5.0"
23
24
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
25
gem "importmap-rails"
Gemfile.lock
@@ -372,7 +372,7 @@ GEM
372
psych (5.2.0)
373
stringio
374
public_suffix (5.1.0)
375
- puma (6.4.3)
+ puma (6.5.0)
376
nio4r (~> 2.0)
377
racc (1.8.1)
378
rack (3.1.8)
@@ -580,7 +580,7 @@ DEPENDENCIES
580
phonelib
581
propshaft
582
pry (~> 0.15.0)
583
- puma (~> 6.4.3)
+ puma (~> 6.5.0)
584
rails (~> 7.2.2)
585
rails-controller-testing
586
rails-i18n
0 commit comments