We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 682c5b8 commit a10af49Copy full SHA for a10af49
Gemfile
@@ -23,7 +23,7 @@ gem 'newrelic_rpm', '~> 9.5'
23
gem 'oj', '~> 3.16'
24
gem 'pagy', '~> 6.1'
25
gem 'pg', '~> 1.5'
26
-gem 'puma', '~> 6.3'
+gem 'puma', '~> 6.4'
27
gem 'pundit', '~> 2.3'
28
gem 'rack-cors', '~> 2.0'
29
gem 'sass-rails', '~> 6.0.0'
Gemfile.lock
@@ -309,7 +309,7 @@ GEM
309
pry-rails (0.3.9)
310
pry (>= 0.10.4)
311
public_suffix (5.0.3)
312
- puma (6.3.1)
+ puma (6.4.0)
313
nio4r (~> 2.0)
314
pundit (2.3.1)
315
activesupport (>= 3.0.0)
@@ -535,7 +535,7 @@ DEPENDENCIES
535
prosopite (~> 1.4.1)
536
pry-byebug (~> 3.9)
537
pry-rails (~> 0.3.9)
538
- puma (~> 6.3)
+ puma (~> 6.4)
539
pundit (~> 2.3)
540
rack-cors (~> 2.0)
541
rails (~> 7.0.8)
0 commit comments