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 11061a4 commit 6bd6389Copy full SHA for 6bd6389
Gemfile
@@ -25,7 +25,7 @@ gem 'lograge', '~> 0.14'
25
gem 'newrelic_rpm', '~> 9.22'
26
gem 'pagy', '~> 9.4'
27
gem 'pg', '~> 1.6'
28
-gem 'puma', '~> 7.0'
+gem 'puma', '~> 7.1'
29
gem 'pundit', '~> 2.5'
30
gem 'rack-cors', '~> 3.0'
31
gem 'rswag-api', '~> 2.16.0'
Gemfile.lock
@@ -421,7 +421,7 @@ GEM
421
date
422
stringio
423
public_suffix (6.0.1)
424
- puma (7.0.4)
+ puma (7.1.0)
425
nio4r (~> 2.0)
426
pundit (2.5.2)
427
activesupport (>= 3.0.0)
@@ -692,7 +692,7 @@ DEPENDENCIES
692
prosopite (~> 2.1.2)
693
pry-byebug (~> 3.11)
694
pry-rails (~> 0.3.11)
695
- puma (~> 7.0)
+ puma (~> 7.1)
696
pundit (~> 2.5)
697
rack-cors (~> 3.0)
698
rails (~> 8.0.3)
0 commit comments